#D466F6

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

Shades of Heliotrope #D466F6

Tints of Heliotrope #D466F6

Color information

#D466F6 (or 0xD466F6) is unknown color: approx Heliotrope. HEX triplet: D4, 66 and F6. RGB value is (212,102,246). Sum of RGB (Red+Green+Blue) = 212+102+246=560 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.86% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #D466F6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466F6 is #2B9909. Grayscale: #969696. Windows color (decimal): -2857226 or 16148180. OLE color: 16148180.

HSL color Cylindrical-coordinate representation of color #D466F6: hue angle of 285.83º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D466F6 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212102246-
CMYK0.140.5900.04
HSL285.83º88.89%68.24%-
HSV(B)285.83º58.54%96.47%-
XYZ48.5430.1590.45-
YUV151.31181.44171.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.86%
GREEN value IS 102 (40.23% from 255) = 18.21%
BLUE value IS 246 (96.48% from 255) = 43.93%
R=37.86%
G=18.21%
B=43.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121022460.140.5900.04285.8388.8968.24
HexD466F6E3B0411e5944
Octal324146366167304436131104
Binary110101001100110111101101110111011010010001111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466F6; }

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

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

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

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

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

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

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

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