Shades of Cerise #D23C72
Tints of Cerise #D23C72
RGB
CMYK
RGB Variations
Color information
#D23C72 (or 0xD23C72) is known color: Cerise. HEX triplet: D2, 3C and 72. RGB value is (210,60,114). Sum of RGB (Red+Green+Blue) = 210+60+114=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23C72 is #2DC38D. Grayscale: #6E6E6E. Windows color (decimal): -2999182 or 7486674. OLE color: 7486674.
HSL color Cylindrical-coordinate representation of color #D23C72: hue angle of 338.4º 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 #D23C72 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 114 | - |
| CMYK | 0 | 0.71 | 0.46 | 0.18 |
| HSL | 338.4º | 0.63% | 0.53% | - |
| HSV(B) | 338.4º | 0.71% | 0.82% | - |
| XYZ | 31.23 | 18.15 | 17.78 | - |
| YUV | 111.01 | 129.7 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 114 | 0 | 0.71 | 0.46 | 0.18 | 338.4 | 0.63 | 0.53 |
| Hex | D2 | 3C | 72 | 0 | 47 | 2E | 12 | 152 | 3E | 35 |
| Octal | 322 | 74 | 162 | 0 | 107 | 56 | 22 | 522 | 76 | 65 |
| Binary | 11010010 | 111100 | 1110010 | 0 | 1000111 | 101110 | 10010 | 101010010 | 111110 | 110101 |
Color Harmonies of #D23C72
Complementary color
Monochromatic Colors of #D23C72
Black with #D23C72
Text Example
Text Example
White with #D23C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C72; }
p { color: rgb(210,60,114); }
H1.HeaderClassName
{
color: #D23C72;
}
.AnyTagClassName
{
color: #D23C72;
}
</style>
background-color css
<style>
a { background-color: #D23C72; }
a { background-color: rgb(210,60,114); }
div.DivClassName
{
background-color: #D23C72;
}
.BgClassName
{
background-color: #D23C72;
}
</style>
border-color css
<style>
span { border-color: #D23C72; }
span { border-color: rgb(210,60,114); }
td.TdClassName
{
border-color: #D23C72;
}
.TagClassName
{
border-color: #D23C72;
}
</style>