Shades of Cerise #D23959
Tints of Cerise #D23959
RGB
CMYK
RGB Variations
Color information
#D23959 (or 0xD23959) is known color: Cerise. HEX triplet: D2, 39 and 59. RGB value is (210,57,89). Sum of RGB (Red+Green+Blue) = 210+57+89=356 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.99% from 356); Green value is 57 (22.66% from 255 or 16.01% from 356); Blue value is 89 (35.16% from 255 or 25% from 356); Max value from RGB is 210 - color contains mainly: red. Hex color #D23959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23959 is #2DC6A6. Grayscale: #6A6A6A. Windows color (decimal): -2999975 or 5847506. OLE color: 5847506.
HSL color Cylindrical-coordinate representation of color #D23959: hue angle of 347.45º 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 #D23959 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 89 | - |
| CMYK | 0 | 0.73 | 0.58 | 0.18 |
| HSL | 347.45º | 0.63% | 0.52% | - |
| HSV(B) | 347.45º | 0.73% | 0.82% | - |
| XYZ | 29.84 | 17.35 | 11.23 | - |
| YUV | 106.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 89 | 0 | 0.73 | 0.58 | 0.18 | 347.45 | 0.63 | 0.52 |
| Hex | D2 | 39 | 59 | 0 | 49 | 3A | 12 | 15B | 3F | 34 |
| Octal | 322 | 71 | 131 | 0 | 111 | 72 | 22 | 533 | 77 | 64 |
| Binary | 11010010 | 111001 | 1011001 | 0 | 1001001 | 111010 | 10010 | 101011011 | 111111 | 110100 |
Color Harmonies of #D23959
Complementary color
Monochromatic Colors of #D23959
Black with #D23959
Text Example
Text Example
White with #D23959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23959; }
p { color: rgb(210,57,89); }
H1.HeaderClassName
{
color: #D23959;
}
.AnyTagClassName
{
color: #D23959;
}
</style>
background-color css
<style>
a { background-color: #D23959; }
a { background-color: rgb(210,57,89); }
div.DivClassName
{
background-color: #D23959;
}
.BgClassName
{
background-color: #D23959;
}
</style>
border-color css
<style>
span { border-color: #D23959; }
span { border-color: rgb(210,57,89); }
td.TdClassName
{
border-color: #D23959;
}
.TagClassName
{
border-color: #D23959;
}
</style>