#D466F5

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

Shades of Heliotrope #D466F5

Tints of Heliotrope #D466F5

Color information

#D466F5 (or 0xD466F5) is unknown color: approx Heliotrope. HEX triplet: D4, 66 and F5. RGB value is (212,102,245). Sum of RGB (Red+Green+Blue) = 212+102+245=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #D466F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D466F5 is #2B990A. Grayscale: #969696. Windows color (decimal): -2857227 or 16082644. OLE color: 16082644.

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

Color convert

RGB212102245-
CMYK0.130.5800.04
HSL286.15º87.73%68.04%-
HSV(B)286.15º58.37%96.08%-
XYZ48.3830.0989.64-
YUV151.19180.94171.37-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 102 (40.23% from 255) = 18.25%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=37.92%
G=18.25%
B=43.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121022450.130.5800.04286.1587.7368.04
HexD466F5D3A0411e5844
Octal324146365157204436130104
Binary110101001100110111101011101111010010010001111010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D466F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D466F5; }

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

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

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

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

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

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

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

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