Shades of Cerise #D02C5F
Tints of Cerise #D02C5F
RGB
CMYK
RGB Variations
Color information
#D02C5F (or 0xD02C5F) is known color: Cerise. HEX triplet: D0, 2C and 5F. RGB value is (208,44,95). Sum of RGB (Red+Green+Blue) = 208+44+95=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 95 (37.5% from 255 or 27.38% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02C5F is #2FD3A0. Grayscale: #626262. Windows color (decimal): -3134369 or 6237392. OLE color: 6237392.
HSL color Cylindrical-coordinate representation of color #D02C5F: hue angle of 341.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02C5F is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 95 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.18 |
| HSL | 341.34º | 0.65% | 0.49% | - |
| HSV(B) | 341.34º | 0.79% | 0.82% | - |
| XYZ | 28.98 | 16.04 | 12.39 | - |
| YUV | 98.85 | 125.83 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 95 | 0 | 0.79 | 0.54 | 0.18 | 341.34 | 0.65 | 0.49 |
| Hex | D0 | 2C | 5F | 0 | 4F | 36 | 12 | 155 | 41 | 31 |
| Octal | 320 | 54 | 137 | 0 | 117 | 66 | 22 | 525 | 101 | 61 |
| Binary | 11010000 | 101100 | 1011111 | 0 | 1001111 | 110110 | 10010 | 101010101 | 1000001 | 110001 |
Color Harmonies of #D02C5F
Complementary color
Monochromatic Colors of #D02C5F
Black with #D02C5F
Text Example
Text Example
White with #D02C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C5F; }
p { color: rgb(208,44,95); }
H1.HeaderClassName
{
color: #D02C5F;
}
.AnyTagClassName
{
color: #D02C5F;
}
</style>
background-color css
<style>
a { background-color: #D02C5F; }
a { background-color: rgb(208,44,95); }
div.DivClassName
{
background-color: #D02C5F;
}
.BgClassName
{
background-color: #D02C5F;
}
</style>
border-color css
<style>
span { border-color: #D02C5F; }
span { border-color: rgb(208,44,95); }
td.TdClassName
{
border-color: #D02C5F;
}
.TagClassName
{
border-color: #D02C5F;
}
</style>