Shades of Cerise #D23559
Tints of Cerise #D23559
RGB
CMYK
RGB Variations
Color information
#D23559 (or 0xD23559) is known color: Cerise. HEX triplet: D2, 35 and 59. RGB value is (210,53,89). Sum of RGB (Red+Green+Blue) = 210+53+89=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D23559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23559 is #2DCAA6. Grayscale: #686868. Windows color (decimal): -3000999 or 5846482. OLE color: 5846482.
HSL color Cylindrical-coordinate representation of color #D23559: hue angle of 346.24º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23559 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 89 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.18 |
| HSL | 346.24º | 0.64% | 0.52% | - |
| HSV(B) | 346.24º | 0.75% | 0.82% | - |
| XYZ | 29.65 | 16.97 | 11.16 | - |
| YUV | 104.05 | 119.51 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 89 | 0 | 0.75 | 0.58 | 0.18 | 346.24 | 0.64 | 0.52 |
| Hex | D2 | 35 | 59 | 0 | 4B | 3A | 12 | 15A | 40 | 34 |
| Octal | 322 | 65 | 131 | 0 | 113 | 72 | 22 | 532 | 100 | 64 |
| Binary | 11010010 | 110101 | 1011001 | 0 | 1001011 | 111010 | 10010 | 101011010 | 1000000 | 110100 |
Color Harmonies of #D23559
Complementary color
Monochromatic Colors of #D23559
Black with #D23559
Text Example
Text Example
White with #D23559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23559; }
p { color: rgb(210,53,89); }
H1.HeaderClassName
{
color: #D23559;
}
.AnyTagClassName
{
color: #D23559;
}
</style>
background-color css
<style>
a { background-color: #D23559; }
a { background-color: rgb(210,53,89); }
div.DivClassName
{
background-color: #D23559;
}
.BgClassName
{
background-color: #D23559;
}
</style>
border-color css
<style>
span { border-color: #D23559; }
span { border-color: rgb(210,53,89); }
td.TdClassName
{
border-color: #D23559;
}
.TagClassName
{
border-color: #D23559;
}
</style>