Shades of Deep Cerise #D02272
Tints of Deep Cerise #D02272
RGB
CMYK
RGB Variations
Color information
#D02272 (or 0xD02272) is known color: Deep Cerise. HEX triplet: D0, 22 and 72. RGB value is (208,34,114). Sum of RGB (Red+Green+Blue) = 208+34+114=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 34 (13.67% from 255 or 9.55% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D02272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02272 is #2FDD8D. Grayscale: #5F5F5F. Windows color (decimal): -3136910 or 7480016. OLE color: 7480016.
HSL color Cylindrical-coordinate representation of color #D02272: hue angle of 332.41º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02272 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 34 | 114 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.18 |
| HSL | 332.41º | 0.72% | 0.47% | - |
| HSV(B) | 332.41º | 0.84% | 0.82% | - |
| XYZ | 29.62 | 15.77 | 17.4 | - |
| YUV | 95.15 | 138.65 | 208.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 34 | 114 | 0 | 0.84 | 0.45 | 0.18 | 332.41 | 0.72 | 0.47 |
| Hex | D0 | 22 | 72 | 0 | 54 | 2D | 12 | 14C | 48 | 2F |
| Octal | 320 | 42 | 162 | 0 | 124 | 55 | 22 | 514 | 110 | 57 |
| Binary | 11010000 | 100010 | 1110010 | 0 | 1010100 | 101101 | 10010 | 101001100 | 1001000 | 101111 |
Color Harmonies of #D02272
Complementary color
Monochromatic Colors of #D02272
Black with #D02272
Text Example
Text Example
White with #D02272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02272; }
p { color: rgb(208,34,114); }
H1.HeaderClassName
{
color: #D02272;
}
.AnyTagClassName
{
color: #D02272;
}
</style>
background-color css
<style>
a { background-color: #D02272; }
a { background-color: rgb(208,34,114); }
div.DivClassName
{
background-color: #D02272;
}
.BgClassName
{
background-color: #D02272;
}
</style>
border-color css
<style>
span { border-color: #D02272; }
span { border-color: rgb(208,34,114); }
td.TdClassName
{
border-color: #D02272;
}
.TagClassName
{
border-color: #D02272;
}
</style>