Shades of Cerise #D02471
Tints of Cerise #D02471
RGB
CMYK
RGB Variations
Color information
#D02471 (or 0xD02471) is known color: Cerise. HEX triplet: D0, 24 and 71. RGB value is (208,36,113). Sum of RGB (Red+Green+Blue) = 208+36+113=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 36 (14.45% from 255 or 10.08% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D02471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02471 is #2FDB8E. Grayscale: #606060. Windows color (decimal): -3136399 or 7414992. OLE color: 7414992.
HSL color Cylindrical-coordinate representation of color #D02471: hue angle of 333.14º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D02471 is Cyan = 0, Magento = 0.83, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 36 | 113 | - |
| CMYK | 0 | 0.83 | 0.46 | 0.18 |
| HSL | 333.14º | 0.7% | 0.48% | - |
| HSV(B) | 333.14º | 0.83% | 0.82% | - |
| XYZ | 29.62 | 15.86 | 17.12 | - |
| YUV | 96.21 | 137.48 | 207.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 36 | 113 | 0 | 0.83 | 0.46 | 0.18 | 333.14 | 0.7 | 0.48 |
| Hex | D0 | 24 | 71 | 0 | 53 | 2E | 12 | 14D | 46 | 30 |
| Octal | 320 | 44 | 161 | 0 | 123 | 56 | 22 | 515 | 106 | 60 |
| Binary | 11010000 | 100100 | 1110001 | 0 | 1010011 | 101110 | 10010 | 101001101 | 1000110 | 110000 |
Color Harmonies of #D02471
Complementary color
Monochromatic Colors of #D02471
Black with #D02471
Text Example
Text Example
White with #D02471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02471; }
p { color: rgb(208,36,113); }
H1.HeaderClassName
{
color: #D02471;
}
.AnyTagClassName
{
color: #D02471;
}
</style>
background-color css
<style>
a { background-color: #D02471; }
a { background-color: rgb(208,36,113); }
div.DivClassName
{
background-color: #D02471;
}
.BgClassName
{
background-color: #D02471;
}
</style>
border-color css
<style>
span { border-color: #D02471; }
span { border-color: rgb(208,36,113); }
td.TdClassName
{
border-color: #D02471;
}
.TagClassName
{
border-color: #D02471;
}
</style>