#D82D91

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

Shades of Deep Cerise #D82D91

Tints of Deep Cerise #D82D91

Color information

#D82D91 (or 0xD82D91) is unknown color: approx Deep Cerise. HEX triplet: D8, 2D and 91. RGB value is (216,45,145). Sum of RGB (Red+Green+Blue) = 216+45+145=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 45 (17.97% from 255 or 11.08% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82D91 is #27D26E. Grayscale: #6B6B6B. Windows color (decimal): -2609775 or 9514456. OLE color: 9514456.

HSL color Cylindrical-coordinate representation of color #D82D91: hue angle of 324.91º 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 #D82D91 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB21645145-
CMYK00.790.330.15
HSL324.91º68.67%51.18%-
HSV(B)324.91º79.17%84.71%-
XYZ34.3718.5228.55-
YUV107.53149.15205.37-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 45 (17.97% from 255) = 11.08%
BLUE value IS 145 (57.03% from 255) = 35.71%
R=53.20%
G=11.08%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2164514500.790.330.15324.9168.6751.18
HexD82D9104F21F1454533
Octal330552210117411750510563
Binary11011000101101100100010100111110000111111010001011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D82D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D82D91; }

 p { color: rgb(216,45,145); }

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

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

 a { background-color: rgb(216,45,145); }

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

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

 span { border-color: rgb(216,45,145); }

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