Shades of Deep Cerise #D82A90
Tints of Deep Cerise #D82A90
RGB
CMYK
RGB Variations
Color information
#D82A90 (or 0xD82A90) is known color: Deep Cerise. HEX triplet: D8, 2A and 90. RGB value is (216,42,144). Sum of RGB (Red+Green+Blue) = 216+42+144=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82A90 is #27D56F. Grayscale: #696969. Windows color (decimal): -2610544 or 9448152. OLE color: 9448152.
HSL color Cylindrical-coordinate representation of color #D82A90: hue angle of 324.83º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A90 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 144 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.15 |
| HSL | 324.83º | 0.69% | 0.51% | - |
| HSV(B) | 324.83º | 0.81% | 0.85% | - |
| XYZ | 34.18 | 18.27 | 28.11 | - |
| YUV | 105.65 | 149.65 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 144 | 0 | 0.81 | 0.33 | 0.15 | 324.83 | 0.69 | 0.51 |
| Hex | D8 | 2A | 90 | 0 | 51 | 21 | F | 145 | 45 | 33 |
| Octal | 330 | 52 | 220 | 0 | 121 | 41 | 17 | 505 | 105 | 63 |
| Binary | 11011000 | 101010 | 10010000 | 0 | 1010001 | 100001 | 1111 | 101000101 | 1000101 | 110011 |
Color Harmonies of #D82A90
Complementary color
Monochromatic Colors of #D82A90
Black with #D82A90
Text Example
Text Example
White with #D82A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A90; }
p { color: rgb(216,42,144); }
H1.HeaderClassName
{
color: #D82A90;
}
.AnyTagClassName
{
color: #D82A90;
}
</style>
background-color css
<style>
a { background-color: #D82A90; }
a { background-color: rgb(216,42,144); }
div.DivClassName
{
background-color: #D82A90;
}
.BgClassName
{
background-color: #D82A90;
}
</style>
border-color css
<style>
span { border-color: #D82A90; }
span { border-color: rgb(216,42,144); }
td.TdClassName
{
border-color: #D82A90;
}
.TagClassName
{
border-color: #D82A90;
}
</style>