Shades of Cerise #D02872
Tints of Cerise #D02872
RGB
CMYK
RGB Variations
Color information
#D02872 (or 0xD02872) is known color: Cerise. HEX triplet: D0, 28 and 72. RGB value is (208,40,114). Sum of RGB (Red+Green+Blue) = 208+40+114=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 40 (16.02% from 255 or 11.05% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02872 is #2FD78D. Grayscale: #626262. Windows color (decimal): -3135374 or 7481552. OLE color: 7481552.
HSL color Cylindrical-coordinate representation of color #D02872: hue angle of 333.57º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02872 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 114 | - |
| CMYK | 0 | 0.81 | 0.45 | 0.18 |
| HSL | 333.57º | 0.68% | 0.49% | - |
| HSV(B) | 333.57º | 0.81% | 0.82% | - |
| XYZ | 29.81 | 16.14 | 17.46 | - |
| YUV | 98.67 | 136.66 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 114 | 0 | 0.81 | 0.45 | 0.18 | 333.57 | 0.68 | 0.49 |
| Hex | D0 | 28 | 72 | 0 | 51 | 2D | 12 | 14E | 44 | 31 |
| Octal | 320 | 50 | 162 | 0 | 121 | 55 | 22 | 516 | 104 | 61 |
| Binary | 11010000 | 101000 | 1110010 | 0 | 1010001 | 101101 | 10010 | 101001110 | 1000100 | 110001 |
Color Harmonies of #D02872
Complementary color
Monochromatic Colors of #D02872
Black with #D02872
Text Example
Text Example
White with #D02872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02872; }
p { color: rgb(208,40,114); }
H1.HeaderClassName
{
color: #D02872;
}
.AnyTagClassName
{
color: #D02872;
}
</style>
background-color css
<style>
a { background-color: #D02872; }
a { background-color: rgb(208,40,114); }
div.DivClassName
{
background-color: #D02872;
}
.BgClassName
{
background-color: #D02872;
}
</style>
border-color css
<style>
span { border-color: #D02872; }
span { border-color: rgb(208,40,114); }
td.TdClassName
{
border-color: #D02872;
}
.TagClassName
{
border-color: #D02872;
}
</style>