Shades of Cerise #D23C60
Tints of Cerise #D23C60
RGB
CMYK
RGB Variations
Color information
#D23C60 (or 0xD23C60) is known color: Cerise. HEX triplet: D2, 3C and 60. RGB value is (210,60,96). Sum of RGB (Red+Green+Blue) = 210+60+96=366 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.38% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 96 (37.89% from 255 or 26.23% from 366); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C60 is #2DC39F. Grayscale: #6C6C6C. Windows color (decimal): -2999200 or 6307026. OLE color: 6307026.
HSL color Cylindrical-coordinate representation of color #D23C60: hue angle of 345.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C60 is Cyan = 0, Magento = 0.71, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 96 | - |
| CMYK | 0 | 0.71 | 0.54 | 0.18 |
| HSL | 345.6º | 0.63% | 0.53% | - |
| HSV(B) | 345.6º | 0.71% | 0.82% | - |
| XYZ | 30.31 | 17.78 | 12.9 | - |
| YUV | 108.95 | 120.7 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 96 | 0 | 0.71 | 0.54 | 0.18 | 345.6 | 0.63 | 0.53 |
| Hex | D2 | 3C | 60 | 0 | 47 | 36 | 12 | 15A | 3E | 35 |
| Octal | 322 | 74 | 140 | 0 | 107 | 66 | 22 | 532 | 76 | 65 |
| Binary | 11010010 | 111100 | 1100000 | 0 | 1000111 | 110110 | 10010 | 101011010 | 111110 | 110101 |
Color Harmonies of #D23C60
Complementary color
Monochromatic Colors of #D23C60
Black with #D23C60
Text Example
Text Example
White with #D23C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C60; }
p { color: rgb(210,60,96); }
H1.HeaderClassName
{
color: #D23C60;
}
.AnyTagClassName
{
color: #D23C60;
}
</style>
background-color css
<style>
a { background-color: #D23C60; }
a { background-color: rgb(210,60,96); }
div.DivClassName
{
background-color: #D23C60;
}
.BgClassName
{
background-color: #D23C60;
}
</style>
border-color css
<style>
span { border-color: #D23C60; }
span { border-color: rgb(210,60,96); }
td.TdClassName
{
border-color: #D23C60;
}
.TagClassName
{
border-color: #D23C60;
}
</style>