Shades of Cerise #D23359
Tints of Cerise #D23359
RGB
CMYK
RGB Variations
Color information
#D23359 (or 0xD23359) is known color: Cerise. HEX triplet: D2, 33 and 59. RGB value is (210,51,89). Sum of RGB (Red+Green+Blue) = 210+51+89=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D23359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23359 is #2DCCA6. Grayscale: #666666. Windows color (decimal): -3001511 or 5845970. OLE color: 5845970.
HSL color Cylindrical-coordinate representation of color #D23359: hue angle of 345.66º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D23359 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 89 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.18 |
| HSL | 345.66º | 0.64% | 0.51% | - |
| HSV(B) | 345.66º | 0.76% | 0.82% | - |
| XYZ | 29.57 | 16.79 | 11.13 | - |
| YUV | 102.87 | 120.18 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 89 | 0 | 0.76 | 0.58 | 0.18 | 345.66 | 0.64 | 0.51 |
| Hex | D2 | 33 | 59 | 0 | 4C | 3A | 12 | 15A | 40 | 33 |
| Octal | 322 | 63 | 131 | 0 | 114 | 72 | 22 | 532 | 100 | 63 |
| Binary | 11010010 | 110011 | 1011001 | 0 | 1001100 | 111010 | 10010 | 101011010 | 1000000 | 110011 |
Color Harmonies of #D23359
Complementary color
Monochromatic Colors of #D23359
Black with #D23359
Text Example
Text Example
White with #D23359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23359; }
p { color: rgb(210,51,89); }
H1.HeaderClassName
{
color: #D23359;
}
.AnyTagClassName
{
color: #D23359;
}
</style>
background-color css
<style>
a { background-color: #D23359; }
a { background-color: rgb(210,51,89); }
div.DivClassName
{
background-color: #D23359;
}
.BgClassName
{
background-color: #D23359;
}
</style>
border-color css
<style>
span { border-color: #D23359; }
span { border-color: rgb(210,51,89); }
td.TdClassName
{
border-color: #D23359;
}
.TagClassName
{
border-color: #D23359;
}
</style>