#D82EA9

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

Shades of Deep Cerise #D82EA9

Tints of Deep Cerise #D82EA9

Color information

#D82EA9 (or 0xD82EA9) is unknown color: approx Deep Cerise. HEX triplet: D8, 2E and A9. RGB value is (216,46,169). Sum of RGB (Red+Green+Blue) = 216+46+169=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D82EA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82EA9 is #27D156. Grayscale: #6E6E6E. Windows color (decimal): -2609495 or 11087576. OLE color: 11087576.

HSL color Cylindrical-coordinate representation of color #D82EA9: hue angle of 316.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D82EA9 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB21646169-
CMYK00.790.220.15
HSL316.59º68.55%51.37%-
HSV(B)316.59º78.7%84.71%-
XYZ36.4619.4239.36-
YUV110.85160.82203-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.12%
GREEN value IS 46 (18.36% from 255) = 10.67%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=50.12%
G=10.67%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2164616900.790.220.15316.5968.5551.37
HexD82EA904F16F13d4533
Octal330562510117261747510563
Binary1101100010111010101001010011111011011111001111011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82EA9; }

 p { color: rgb(216,46,169); }

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

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

 a { background-color: rgb(216,46,169); }

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

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

 span { border-color: rgb(216,46,169); }

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