Shades of Cerise #D03860
Tints of Cerise #D03860
RGB
CMYK
RGB Variations
Color information
#D03860 (or 0xD03860) is known color: Cerise. HEX triplet: D0, 38 and 60. RGB value is (208,56,96). Sum of RGB (Red+Green+Blue) = 208+56+96=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D03860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03860 is #2FC79F. Grayscale: #6A6A6A. Windows color (decimal): -3131296 or 6306000. OLE color: 6306000.
HSL color Cylindrical-coordinate representation of color #D03860: hue angle of 344.21º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03860 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 56 | 96 | - |
| CMYK | 0 | 0.73 | 0.54 | 0.18 |
| HSL | 344.21º | 0.62% | 0.52% | - |
| HSV(B) | 344.21º | 0.73% | 0.82% | - |
| XYZ | 29.54 | 17.08 | 12.81 | - |
| YUV | 106.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 96 | 0 | 0.73 | 0.54 | 0.18 | 344.21 | 0.62 | 0.52 |
| Hex | D0 | 38 | 60 | 0 | 49 | 36 | 12 | 158 | 3E | 34 |
| Octal | 320 | 70 | 140 | 0 | 111 | 66 | 22 | 530 | 76 | 64 |
| Binary | 11010000 | 111000 | 1100000 | 0 | 1001001 | 110110 | 10010 | 101011000 | 111110 | 110100 |
Color Harmonies of #D03860
Complementary color
Monochromatic Colors of #D03860
Black with #D03860
Text Example
Text Example
White with #D03860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03860; }
p { color: rgb(208,56,96); }
H1.HeaderClassName
{
color: #D03860;
}
.AnyTagClassName
{
color: #D03860;
}
</style>
background-color css
<style>
a { background-color: #D03860; }
a { background-color: rgb(208,56,96); }
div.DivClassName
{
background-color: #D03860;
}
.BgClassName
{
background-color: #D03860;
}
</style>
border-color css
<style>
span { border-color: #D03860; }
span { border-color: rgb(208,56,96); }
td.TdClassName
{
border-color: #D03860;
}
.TagClassName
{
border-color: #D03860;
}
</style>