#D66DEA

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

Shades of Heliotrope #D66DEA

Tints of Heliotrope #D66DEA

Color information

#D66DEA (or 0xD66DEA) is unknown color: approx Heliotrope. HEX triplet: D6, 6D and EA. RGB value is (214,109,234). Sum of RGB (Red+Green+Blue) = 214+109+234=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #D66DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66DEA is #299215. Grayscale: #9A9A9A. Windows color (decimal): -2724374 or 15363542. OLE color: 15363542.

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

Color convert

RGB214109234-
CMYK0.090.5300.08
HSL290.4º74.85%67.25%-
HSV(B)290.4º53.42%91.76%-
XYZ48.0531.1781.33-
YUV154.64172.79170.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.42%
GREEN value IS 109 (42.97% from 255) = 19.57%
BLUE value IS 234 (91.80% from 255) = 42.01%
R=38.42%
G=19.57%
B=42.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141092340.090.5300.08290.474.8567.25
HexD66DEA935081224b43
Octal3261553521165010442113103
Binary1101011011011011110101010011101010100010010001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D66DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D66DEA; }

 p { color: rgb(214,109,234); }

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

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

 a { background-color: rgb(214,109,234); }

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

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

 span { border-color: rgb(214,109,234); }

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