#D82CA9

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

Shades of Deep Cerise #D82CA9

Tints of Deep Cerise #D82CA9

Color information

#D82CA9 (or 0xD82CA9) is unknown color: approx Deep Cerise. HEX triplet: D8, 2C and A9. RGB value is (216,44,169). Sum of RGB (Red+Green+Blue) = 216+44+169=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D82CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82CA9 is #27D356. Grayscale: #6D6D6D. Windows color (decimal): -2610007 or 11087064. OLE color: 11087064.

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

Color convert

RGB21644169-
CMYK00.800.220.15
HSL316.4º68.8%50.98%-
HSV(B)316.4º79.63%84.71%-
XYZ36.3819.2639.34-
YUV109.68161.48203.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 50.35%
GREEN value IS 44 (17.58% from 255) = 10.26%
BLUE value IS 169 (66.41% from 255) = 39.39%
R=50.35%
G=10.26%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2164416900.800.220.15316.468.850.98
HexD82CA905016F13c4533
Octal330542510120261747410563
Binary1101100010110010101001010100001011011111001111001000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82CA9; }

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

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

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

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

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

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

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

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