#D466EA

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

Shades of Heliotrope #D466EA

Tints of Heliotrope #D466EA

Color information

#D466EA (or 0xD466EA) is unknown color: approx Heliotrope. HEX triplet: D4, 66 and EA. RGB value is (212,102,234). Sum of RGB (Red+Green+Blue) = 212+102+234=548 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.69% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #D466EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466EA is #2B9915. Grayscale: #959595. Windows color (decimal): -2857238 or 15361748. OLE color: 15361748.

HSL color Cylindrical-coordinate representation of color #D466EA: hue angle of 290º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D466EA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB212102234-
CMYK0.090.5600.08
HSL290º75.86%65.88%-
HSV(B)290º56.41%91.76%-
XYZ46.7529.4481.06-
YUV149.94175.44172.27-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.69%
GREEN value IS 102 (40.23% from 255) = 18.61%
BLUE value IS 234 (91.80% from 255) = 42.70%
R=38.69%
G=18.61%
B=42.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2121022340.090.5600.0829075.8665.88
HexD466EA938081224c42
Octal3241463521170010442114102
Binary1101010011001101110101010011110000100010010001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466EA; }

 p { color: rgb(212,102,234); }

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

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

 a { background-color: rgb(212,102,234); }

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

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

 span { border-color: rgb(212,102,234); }

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