#d466f2

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

Shades of Heliotrope #D466F2

Tints of Heliotrope #D466F2

Color information

#D466F2 (or 0xD466F2) is unknown color: approx Heliotrope. HEX triplet: D4, 66 and F2. RGB value is (212,102,242). Sum of RGB (Red+Green+Blue) = 212+102+242=556 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.13% from 556); Green value is 102 (40.23% from 255 or 18.35% from 556); Blue value is 242 (94.92% from 255 or 43.53% from 556); Max value from RGB is 242 - color contains mainly: blue. Hex color #D466F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466F2 is #2B990D. Grayscale: #969696. Windows color (decimal): -2857230 or 15886036. OLE color: 15886036.

HSL color Cylindrical-coordinate representation of color #D466F2: hue angle of 287.14º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D466F2 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB212102242-
CMYK0.120.5800.05
HSL287.14º84.34%67.45%-
HSV(B)287.14º57.85%94.9%-
XYZ47.9329.9187.25-
YUV150.85179.44171.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.13%
GREEN value IS 102 (40.23% from 255) = 18.35%
BLUE value IS 242 (94.92% from 255) = 43.53%
R=38.13%
G=18.35%
B=43.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2121022420.120.5800.05287.1484.3467.45
HexD466F2C3A0511f5443
Octal324146362147205437124103
Binary110101001100110111100101100111010010110001111110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d466f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d466f2; }

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

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

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

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

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

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

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

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