#D77DEC

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

Shades of Heliotrope #D77DEC

Tints of Heliotrope #D77DEC

Color information

#D77DEC (or 0xD77DEC) is unknown color: approx Heliotrope. HEX triplet: D7, 7D and EC. RGB value is (215,125,236). Sum of RGB (Red+Green+Blue) = 215+125+236=576 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.33% from 576); Green value is 125 (49.22% from 255 or 21.70% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #D77DEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DEC is #288213. Grayscale: #A4A4A4. Windows color (decimal): -2654740 or 15498711. OLE color: 15498711.

HSL color Cylindrical-coordinate representation of color #D77DEC: hue angle of 288.65º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77DEC is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB215125236-
CMYK0.090.4700.07
HSL288.65º74.5%70.78%-
HSV(B)288.65º47.03%92.55%-
XYZ50.535.1783.48-
YUV164.56168.32163.97-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.33%
GREEN value IS 125 (49.22% from 255) = 21.70%
BLUE value IS 236 (92.58% from 255) = 40.97%
R=37.33%
G=21.70%
B=40.97%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151252360.090.4700.07288.6574.570.78
HexD77DEC92F071214a47
Octal327175354115707441112107
Binary110101111111101111011001001101111011110010000110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77DEC; }

 p { color: rgb(215,125,236); }

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

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

 a { background-color: rgb(215,125,236); }

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

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

 span { border-color: rgb(215,125,236); }

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