Shades of Cerise #D02C72
Tints of Cerise #D02C72
RGB
CMYK
RGB Variations
Color information
#D02C72 (or 0xD02C72) is known color: Cerise. HEX triplet: D0, 2C and 72. RGB value is (208,44,114). Sum of RGB (Red+Green+Blue) = 208+44+114=366 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.83% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C72 is #2FD38D. Grayscale: #646464. Windows color (decimal): -3134350 or 7482576. OLE color: 7482576.
HSL color Cylindrical-coordinate representation of color #D02C72: hue angle of 334.39º 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 #D02C72 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 114 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.18 |
| HSL | 334.39º | 0.65% | 0.49% | - |
| HSV(B) | 334.39º | 0.79% | 0.82% | - |
| XYZ | 29.95 | 16.43 | 17.51 | - |
| YUV | 101.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 114 | 0 | 0.79 | 0.45 | 0.18 | 334.39 | 0.65 | 0.49 |
| Hex | D0 | 2C | 72 | 0 | 4F | 2D | 12 | 14E | 41 | 31 |
| Octal | 320 | 54 | 162 | 0 | 117 | 55 | 22 | 516 | 101 | 61 |
| Binary | 11010000 | 101100 | 1110010 | 0 | 1001111 | 101101 | 10010 | 101001110 | 1000001 | 110001 |
Color Harmonies of #D02C72
Complementary color
Monochromatic Colors of #D02C72
Black with #D02C72
Text Example
Text Example
White with #D02C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C72; }
p { color: rgb(208,44,114); }
H1.HeaderClassName
{
color: #D02C72;
}
.AnyTagClassName
{
color: #D02C72;
}
</style>
background-color css
<style>
a { background-color: #D02C72; }
a { background-color: rgb(208,44,114); }
div.DivClassName
{
background-color: #D02C72;
}
.BgClassName
{
background-color: #D02C72;
}
</style>
border-color css
<style>
span { border-color: #D02C72; }
span { border-color: rgb(208,44,114); }
td.TdClassName
{
border-color: #D02C72;
}
.TagClassName
{
border-color: #D02C72;
}
</style>