Shades of Cerise #D02F62
Tints of Cerise #D02F62
RGB
CMYK
RGB Variations
Color information
#D02F62 (or 0xD02F62) is known color: Cerise. HEX triplet: D0, 2F and 62. RGB value is (208,47,98). Sum of RGB (Red+Green+Blue) = 208+47+98=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F62 is #2FD09D. Grayscale: #646464. Windows color (decimal): -3133598 or 6434768. OLE color: 6434768.
HSL color Cylindrical-coordinate representation of color #D02F62: hue angle of 340.99º 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 #D02F62 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 98 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.18 |
| HSL | 340.99º | 0.63% | 0.5% | - |
| HSV(B) | 340.99º | 0.77% | 0.82% | - |
| XYZ | 29.23 | 16.32 | 13.17 | - |
| YUV | 100.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 98 | 0 | 0.77 | 0.53 | 0.18 | 340.99 | 0.63 | 0.5 |
| Hex | D0 | 2F | 62 | 0 | 4D | 35 | 12 | 155 | 3F | 32 |
| Octal | 320 | 57 | 142 | 0 | 115 | 65 | 22 | 525 | 77 | 62 |
| Binary | 11010000 | 101111 | 1100010 | 0 | 1001101 | 110101 | 10010 | 101010101 | 111111 | 110010 |
Color Harmonies of #D02F62
Complementary color
Monochromatic Colors of #D02F62
Black with #D02F62
Text Example
Text Example
White with #D02F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F62; }
p { color: rgb(208,47,98); }
H1.HeaderClassName
{
color: #D02F62;
}
.AnyTagClassName
{
color: #D02F62;
}
</style>
background-color css
<style>
a { background-color: #D02F62; }
a { background-color: rgb(208,47,98); }
div.DivClassName
{
background-color: #D02F62;
}
.BgClassName
{
background-color: #D02F62;
}
</style>
border-color css
<style>
span { border-color: #D02F62; }
span { border-color: rgb(208,47,98); }
td.TdClassName
{
border-color: #D02F62;
}
.TagClassName
{
border-color: #D02F62;
}
</style>