#d566ea

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

Shades of Heliotrope #D566EA

Tints of Heliotrope #D566EA

Color information

#D566EA (or 0xD566EA) is unknown color: approx Heliotrope. HEX triplet: D5, 66 and EA. RGB value is (213,102,234). Sum of RGB (Red+Green+Blue) = 213+102+234=549 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.80% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #D566EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D566EA is #2A9915. Grayscale: #959595. Windows color (decimal): -2791702 or 15361749. OLE color: 15361749.

HSL color Cylindrical-coordinate representation of color #D566EA: hue angle of 290.45º 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 #D566EA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB213102234-
CMYK0.090.5600.08
HSL290.45º75.86%65.88%-
HSV(B)290.45º56.41%91.76%-
XYZ47.0429.5981.07-
YUV150.24175.27172.77-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.80%
GREEN value IS 102 (40.23% from 255) = 18.58%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=38.80%
G=18.58%
B=42.62%

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
Decimal2131022340.090.5600.08290.4575.8665.88
HexD566EA938081224c42
Octal3251463521170010442114102
Binary1101010111001101110101010011110000100010010001010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d566ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d566ea; }

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

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

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

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

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

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

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

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