Shades of Cerise #D02D62
Tints of Cerise #D02D62
RGB
CMYK
RGB Variations
Color information
#D02D62 (or 0xD02D62) is known color: Cerise. HEX triplet: D0, 2D and 62. RGB value is (208,45,98). Sum of RGB (Red+Green+Blue) = 208+45+98=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 45 (17.97% from 255 or 12.82% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02D62 is #2FD29D. Grayscale: #636363. Windows color (decimal): -3134110 or 6434256. OLE color: 6434256.
HSL color Cylindrical-coordinate representation of color #D02D62: hue angle of 340.49º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D02D62 is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 45 | 98 | - |
| CMYK | 0 | 0.78 | 0.53 | 0.18 |
| HSL | 340.49º | 0.64% | 0.5% | - |
| HSV(B) | 340.49º | 0.78% | 0.82% | - |
| XYZ | 29.16 | 16.17 | 13.14 | - |
| YUV | 99.78 | 127 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 98 | 0 | 0.78 | 0.53 | 0.18 | 340.49 | 0.64 | 0.5 |
| Hex | D0 | 2D | 62 | 0 | 4E | 35 | 12 | 154 | 40 | 32 |
| Octal | 320 | 55 | 142 | 0 | 116 | 65 | 22 | 524 | 100 | 62 |
| Binary | 11010000 | 101101 | 1100010 | 0 | 1001110 | 110101 | 10010 | 101010100 | 1000000 | 110010 |
Color Harmonies of #D02D62
Complementary color
Monochromatic Colors of #D02D62
Black with #D02D62
Text Example
Text Example
White with #D02D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02D62; }
p { color: rgb(208,45,98); }
H1.HeaderClassName
{
color: #D02D62;
}
.AnyTagClassName
{
color: #D02D62;
}
</style>
background-color css
<style>
a { background-color: #D02D62; }
a { background-color: rgb(208,45,98); }
div.DivClassName
{
background-color: #D02D62;
}
.BgClassName
{
background-color: #D02D62;
}
</style>
border-color css
<style>
span { border-color: #D02D62; }
span { border-color: rgb(208,45,98); }
td.TdClassName
{
border-color: #D02D62;
}
.TagClassName
{
border-color: #D02D62;
}
</style>