Shades of Cerise #D02860
Tints of Cerise #D02860
RGB
CMYK
RGB Variations
Color information
#D02860 (or 0xD02860) is known color: Cerise. HEX triplet: D0, 28 and 60. RGB value is (208,40,96). Sum of RGB (Red+Green+Blue) = 208+40+96=344 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.47% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 208 - color contains mainly: red. Hex color #D02860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02860 is #2FD79F. Grayscale: #606060. Windows color (decimal): -3135392 or 6301904. OLE color: 6301904.
HSL color Cylindrical-coordinate representation of color #D02860: hue angle of 340º 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 #D02860 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 40 | 96 | - |
| CMYK | 0 | 0.81 | 0.54 | 0.18 |
| HSL | 340º | 0.68% | 0.49% | - |
| HSV(B) | 340º | 0.81% | 0.82% | - |
| XYZ | 28.88 | 15.77 | 12.59 | - |
| YUV | 96.62 | 127.66 | 207.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 40 | 96 | 0 | 0.81 | 0.54 | 0.18 | 340 | 0.68 | 0.49 |
| Hex | D0 | 28 | 60 | 0 | 51 | 36 | 12 | 154 | 44 | 31 |
| Octal | 320 | 50 | 140 | 0 | 121 | 66 | 22 | 524 | 104 | 61 |
| Binary | 11010000 | 101000 | 1100000 | 0 | 1010001 | 110110 | 10010 | 101010100 | 1000100 | 110001 |
Color Harmonies of #D02860
Complementary color
Monochromatic Colors of #D02860
Black with #D02860
Text Example
Text Example
White with #D02860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02860; }
p { color: rgb(208,40,96); }
H1.HeaderClassName
{
color: #D02860;
}
.AnyTagClassName
{
color: #D02860;
}
</style>
background-color css
<style>
a { background-color: #D02860; }
a { background-color: rgb(208,40,96); }
div.DivClassName
{
background-color: #D02860;
}
.BgClassName
{
background-color: #D02860;
}
</style>
border-color css
<style>
span { border-color: #D02860; }
span { border-color: rgb(208,40,96); }
td.TdClassName
{
border-color: #D02860;
}
.TagClassName
{
border-color: #D02860;
}
</style>