Shades of Deep Cerise #D02C73
Tints of Deep Cerise #D02C73
RGB
CMYK
RGB Variations
Color information
#D02C73 (or 0xD02C73) is known color: Deep Cerise. HEX triplet: D0, 2C and 73. RGB value is (208,44,115). Sum of RGB (Red+Green+Blue) = 208+44+115=367 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.68% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C73 is #2FD38C. Grayscale: #656565. Windows color (decimal): -3134349 or 7548112. OLE color: 7548112.
HSL color Cylindrical-coordinate representation of color #D02C73: hue angle of 334.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C73 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 115 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.18 |
| HSL | 334.02º | 0.65% | 0.49% | - |
| HSV(B) | 334.02º | 0.79% | 0.82% | - |
| XYZ | 30.01 | 16.45 | 17.81 | - |
| YUV | 101.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 115 | 0 | 0.79 | 0.45 | 0.18 | 334.02 | 0.65 | 0.49 |
| Hex | D0 | 2C | 73 | 0 | 4F | 2D | 12 | 14E | 41 | 31 |
| Octal | 320 | 54 | 163 | 0 | 117 | 55 | 22 | 516 | 101 | 61 |
| Binary | 11010000 | 101100 | 1110011 | 0 | 1001111 | 101101 | 10010 | 101001110 | 1000001 | 110001 |
Color Harmonies of #D02C73
Complementary color
Monochromatic Colors of #D02C73
Black with #D02C73
Text Example
Text Example
White with #D02C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C73; }
p { color: rgb(208,44,115); }
H1.HeaderClassName
{
color: #D02C73;
}
.AnyTagClassName
{
color: #D02C73;
}
</style>
background-color css
<style>
a { background-color: #D02C73; }
a { background-color: rgb(208,44,115); }
div.DivClassName
{
background-color: #D02C73;
}
.BgClassName
{
background-color: #D02C73;
}
</style>
border-color css
<style>
span { border-color: #D02C73; }
span { border-color: rgb(208,44,115); }
td.TdClassName
{
border-color: #D02C73;
}
.TagClassName
{
border-color: #D02C73;
}
</style>