#D96DEA

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

Shades of Heliotrope #D96DEA

Tints of Heliotrope #D96DEA

Color information

#D96DEA (or 0xD96DEA) is unknown color: approx Heliotrope. HEX triplet: D9, 6D and EA. RGB value is (217,109,234). Sum of RGB (Red+Green+Blue) = 217+109+234=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 109 (42.97% from 255 or 19.46% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #D96DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DEA is #269215. Grayscale: #9B9B9B. Windows color (decimal): -2527766 or 15363545. OLE color: 15363545.

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

Color convert

RGB217109234-
CMYK0.070.5300.08
HSL291.84º74.85%67.25%-
HSV(B)291.84º53.42%91.76%-
XYZ48.9431.6381.37-
YUV155.54172.28171.84-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 109 (42.97% from 255) = 19.46%
BLUE value IS 234 (91.80% from 255) = 41.79%
R=38.75%
G=19.46%
B=41.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2171092340.070.5300.08291.8474.8567.25
HexD96DEA735081244b43
Octal331155352765010444113103
Binary110110011101101111010101111101010100010010010010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D96DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D96DEA; }

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

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

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

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

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

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

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

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