#D481E8

Color #D481E8 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D481E8

Tints of Heliotrope #D481E8

Color information

#D481E8 (or 0xD481E8) is unknown color: approx Heliotrope. HEX triplet: D4, 81 and E8. RGB value is (212,129,232). Sum of RGB (Red+Green+Blue) = 212+129+232=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 129 (50.78% from 255 or 22.51% from 573); Blue value is 232 (91.02% from 255 or 40.49% from 573); Max value from RGB is 232 - color contains mainly: blue. Hex color #D481E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D481E8 is #2B7E17. Grayscale: #A5A5A5. Windows color (decimal): -2850328 or 15237588. OLE color: 15237588.

HSL color Cylindrical-coordinate representation of color #D481E8: hue angle of 288.35º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D481E8 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB212129232-
CMYK0.090.4400.09
HSL288.35º69.13%70.78%-
HSV(B)288.35º44.4%90.98%-
XYZ49.5735.5280.59-
YUV165.56165.5161.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 129 (50.78% from 255) = 22.51%
BLUE value IS 232 (91.02% from 255) = 40.49%
R=37.00%
G=22.51%
B=40.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2121292320.090.4400.09288.3569.1370.78
HexD481E892C091204547
Octal3242013501154011440105107
Binary11010100100000011110100010011011000100110010000010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D481E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D481E8; }

 p { color: rgb(212,129,232); }

 H1.HeaderClassName
 {
   color: #D481E8;
 }
 .AnyTagClassName
 {
   color: #D481E8;
 }
</style>
background-color css

<style>
 a { background-color: #D481E8; }

 a { background-color: rgb(212,129,232); }

 div.DivClassName
 {
   background-color: #D481E8;
 }
 .BgClassName
 {
   background-color: #D481E8;
 }
</style>
border-color css

<style>
 span { border-color: #D481E8; }

 span { border-color: rgb(212,129,232); }

 td.TdClassName
 {
   border-color: #D481E8;
 }
 .TagClassName
 {
   border-color: #D481E8;
 }
</style>