Shades of Cerise #D23972
Tints of Cerise #D23972
RGB
CMYK
RGB Variations
Color information
#D23972 (or 0xD23972) is known color: Cerise. HEX triplet: D2, 39 and 72. RGB value is (210,57,114). Sum of RGB (Red+Green+Blue) = 210+57+114=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D23972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23972 is #2DC68D. Grayscale: #6D6D6D. Windows color (decimal): -2999950 or 7485906. OLE color: 7485906.
HSL color Cylindrical-coordinate representation of color #D23972: hue angle of 337.65º degrees, saturation: 0.63, 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 #D23972 is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 114 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.18 |
| HSL | 337.65º | 0.63% | 0.52% | - |
| HSV(B) | 337.65º | 0.73% | 0.82% | - |
| XYZ | 31.08 | 17.84 | 17.73 | - |
| YUV | 109.25 | 130.69 | 199.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 114 | 0 | 0.73 | 0.46 | 0.18 | 337.65 | 0.63 | 0.52 |
| Hex | D2 | 39 | 72 | 0 | 49 | 2E | 12 | 152 | 3F | 34 |
| Octal | 322 | 71 | 162 | 0 | 111 | 56 | 22 | 522 | 77 | 64 |
| Binary | 11010010 | 111001 | 1110010 | 0 | 1001001 | 101110 | 10010 | 101010010 | 111111 | 110100 |
Color Harmonies of #D23972
Complementary color
Monochromatic Colors of #D23972
Black with #D23972
Text Example
Text Example
White with #D23972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23972; }
p { color: rgb(210,57,114); }
H1.HeaderClassName
{
color: #D23972;
}
.AnyTagClassName
{
color: #D23972;
}
</style>
background-color css
<style>
a { background-color: #D23972; }
a { background-color: rgb(210,57,114); }
div.DivClassName
{
background-color: #D23972;
}
.BgClassName
{
background-color: #D23972;
}
</style>
border-color css
<style>
span { border-color: #D23972; }
span { border-color: rgb(210,57,114); }
td.TdClassName
{
border-color: #D23972;
}
.TagClassName
{
border-color: #D23972;
}
</style>