Shades of Cerise #D03072
Tints of Cerise #D03072
RGB
CMYK
RGB Variations
Color information
#D03072 (or 0xD03072) is known color: Cerise. HEX triplet: D0, 30 and 72. RGB value is (208,48,114). Sum of RGB (Red+Green+Blue) = 208+48+114=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 48 (19.14% from 255 or 12.97% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D03072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03072 is #2FCF8D. Grayscale: #676767. Windows color (decimal): -3133326 or 7483600. OLE color: 7483600.
HSL color Cylindrical-coordinate representation of color #D03072: hue angle of 335.25º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D03072 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 48 | 114 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.18 |
| HSL | 335.25º | 0.63% | 0.5% | - |
| HSV(B) | 335.25º | 0.77% | 0.82% | - |
| XYZ | 30.11 | 16.74 | 17.56 | - |
| YUV | 103.36 | 134.01 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 48 | 114 | 0 | 0.77 | 0.45 | 0.18 | 335.25 | 0.63 | 0.5 |
| Hex | D0 | 30 | 72 | 0 | 4D | 2D | 12 | 14F | 3F | 32 |
| Octal | 320 | 60 | 162 | 0 | 115 | 55 | 22 | 517 | 77 | 62 |
| Binary | 11010000 | 110000 | 1110010 | 0 | 1001101 | 101101 | 10010 | 101001111 | 111111 | 110010 |
Color Harmonies of #D03072
Complementary color
Monochromatic Colors of #D03072
Black with #D03072
Text Example
Text Example
White with #D03072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03072; }
p { color: rgb(208,48,114); }
H1.HeaderClassName
{
color: #D03072;
}
.AnyTagClassName
{
color: #D03072;
}
</style>
background-color css
<style>
a { background-color: #D03072; }
a { background-color: rgb(208,48,114); }
div.DivClassName
{
background-color: #D03072;
}
.BgClassName
{
background-color: #D03072;
}
</style>
border-color css
<style>
span { border-color: #D03072; }
span { border-color: rgb(208,48,114); }
td.TdClassName
{
border-color: #D03072;
}
.TagClassName
{
border-color: #D03072;
}
</style>