#D882EC

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

Shades of Heliotrope #D882EC

Tints of Heliotrope #D882EC

Color information

#D882EC (or 0xD882EC) is unknown color: approx Heliotrope. HEX triplet: D8, 82 and EC. RGB value is (216,130,236). Sum of RGB (Red+Green+Blue) = 216+130+236=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #D882EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D882EC is #277D13. Grayscale: #A7A7A7. Windows color (decimal): -2587924 or 15499992. OLE color: 15499992.

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

Color convert

RGB216130236-
CMYK0.080.4500.07
HSL288.68º73.61%71.76%-
HSV(B)288.68º44.92%92.55%-
XYZ51.4436.6283.71-
YUV167.8166.49162.38-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.11%
GREEN value IS 130 (51.17% from 255) = 22.34%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=37.11%
G=22.34%
B=40.55%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161302360.080.4500.07288.6873.6171.76
HexD882EC82D071214a48
Octal330202354105507441112110
Binary1101100010000010111011001000101101011110010000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D882EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D882EC; }

 p { color: rgb(216,130,236); }

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

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

 a { background-color: rgb(216,130,236); }

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

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

 span { border-color: rgb(216,130,236); }

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