Shades of Cerise #D03660
Tints of Cerise #D03660
RGB
CMYK
RGB Variations
Color information
#D03660 (or 0xD03660) is known color: Cerise. HEX triplet: D0, 36 and 60. RGB value is (208,54,96). Sum of RGB (Red+Green+Blue) = 208+54+96=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D03660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03660 is #2FC99F. Grayscale: #686868. Windows color (decimal): -3131808 or 6305488. OLE color: 6305488.
HSL color Cylindrical-coordinate representation of color #D03660: hue angle of 343.64º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D03660 is Cyan = 0, Magento = 0.74, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 54 | 96 | - |
| CMYK | 0 | 0.74 | 0.54 | 0.18 |
| HSL | 343.64º | 0.62% | 0.51% | - |
| HSV(B) | 343.64º | 0.74% | 0.82% | - |
| XYZ | 29.44 | 16.89 | 12.78 | - |
| YUV | 104.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 54 | 96 | 0 | 0.74 | 0.54 | 0.18 | 343.64 | 0.62 | 0.51 |
| Hex | D0 | 36 | 60 | 0 | 4A | 36 | 12 | 158 | 3E | 33 |
| Octal | 320 | 66 | 140 | 0 | 112 | 66 | 22 | 530 | 76 | 63 |
| Binary | 11010000 | 110110 | 1100000 | 0 | 1001010 | 110110 | 10010 | 101011000 | 111110 | 110011 |
Color Harmonies of #D03660
Complementary color
Monochromatic Colors of #D03660
Black with #D03660
Text Example
Text Example
White with #D03660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03660; }
p { color: rgb(208,54,96); }
H1.HeaderClassName
{
color: #D03660;
}
.AnyTagClassName
{
color: #D03660;
}
</style>
background-color css
<style>
a { background-color: #D03660; }
a { background-color: rgb(208,54,96); }
div.DivClassName
{
background-color: #D03660;
}
.BgClassName
{
background-color: #D03660;
}
</style>
border-color css
<style>
span { border-color: #D03660; }
span { border-color: rgb(208,54,96); }
td.TdClassName
{
border-color: #D03660;
}
.TagClassName
{
border-color: #D03660;
}
</style>