Shades of Deep Cerise #D02A80
Tints of Deep Cerise #D02A80
RGB
CMYK
RGB Variations
Color information
#D02A80 (or 0xD02A80) is known color: Deep Cerise. HEX triplet: D0, 2A and 80. RGB value is (208,42,128). Sum of RGB (Red+Green+Blue) = 208+42+128=378 (50% of max value = 765). Red value is 208 (81.64% from 255 or 55.03% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 208 - color contains mainly: red. Hex color #D02A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02A80 is #2FD57F. Grayscale: #656565. Windows color (decimal): -3134848 or 8399568. OLE color: 8399568.
HSL color Cylindrical-coordinate representation of color #D02A80: hue angle of 328.92º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D02A80 is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 42 | 128 | - |
| CMYK | 0 | 0.80 | 0.38 | 0.18 |
| HSL | 328.92º | 0.66% | 0.49% | - |
| HSV(B) | 328.92º | 0.8% | 0.82% | - |
| XYZ | 30.74 | 16.62 | 22.01 | - |
| YUV | 101.44 | 143 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 42 | 128 | 0 | 0.80 | 0.38 | 0.18 | 328.92 | 0.66 | 0.49 |
| Hex | D0 | 2A | 80 | 0 | 50 | 26 | 12 | 149 | 42 | 31 |
| Octal | 320 | 52 | 200 | 0 | 120 | 46 | 22 | 511 | 102 | 61 |
| Binary | 11010000 | 101010 | 10000000 | 0 | 1010000 | 100110 | 10010 | 101001001 | 1000010 | 110001 |
Color Harmonies of #D02A80
Complementary color
Monochromatic Colors of #D02A80
Black with #D02A80
Text Example
Text Example
White with #D02A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02A80; }
p { color: rgb(208,42,128); }
H1.HeaderClassName
{
color: #D02A80;
}
.AnyTagClassName
{
color: #D02A80;
}
</style>
background-color css
<style>
a { background-color: #D02A80; }
a { background-color: rgb(208,42,128); }
div.DivClassName
{
background-color: #D02A80;
}
.BgClassName
{
background-color: #D02A80;
}
</style>
border-color css
<style>
span { border-color: #D02A80; }
span { border-color: rgb(208,42,128); }
td.TdClassName
{
border-color: #D02A80;
}
.TagClassName
{
border-color: #D02A80;
}
</style>