Shades of Cerise #D23259
Tints of Cerise #D23259
RGB
CMYK
RGB Variations
Color information
#D23259 (or 0xD23259) is known color: Cerise. HEX triplet: D2, 32 and 59. RGB value is (210,50,89). Sum of RGB (Red+Green+Blue) = 210+50+89=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 50 (19.92% from 255 or 14.33% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D23259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23259 is #2DCDA6. Grayscale: #666666. Windows color (decimal): -3001767 or 5845714. OLE color: 5845714.
HSL color Cylindrical-coordinate representation of color #D23259: hue angle of 345.38º 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 #D23259 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 89 | - |
| CMYK | 0 | 0.76 | 0.58 | 0.18 |
| HSL | 345.38º | 0.64% | 0.51% | - |
| HSV(B) | 345.38º | 0.76% | 0.82% | - |
| XYZ | 29.52 | 16.7 | 11.12 | - |
| YUV | 102.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 89 | 0 | 0.76 | 0.58 | 0.18 | 345.38 | 0.64 | 0.51 |
| Hex | D2 | 32 | 59 | 0 | 4C | 3A | 12 | 159 | 40 | 33 |
| Octal | 322 | 62 | 131 | 0 | 114 | 72 | 22 | 531 | 100 | 63 |
| Binary | 11010010 | 110010 | 1011001 | 0 | 1001100 | 111010 | 10010 | 101011001 | 1000000 | 110011 |
Color Harmonies of #D23259
Complementary color
Monochromatic Colors of #D23259
Black with #D23259
Text Example
Text Example
White with #D23259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23259; }
p { color: rgb(210,50,89); }
H1.HeaderClassName
{
color: #D23259;
}
.AnyTagClassName
{
color: #D23259;
}
</style>
background-color css
<style>
a { background-color: #D23259; }
a { background-color: rgb(210,50,89); }
div.DivClassName
{
background-color: #D23259;
}
.BgClassName
{
background-color: #D23259;
}
</style>
border-color css
<style>
span { border-color: #D23259; }
span { border-color: rgb(210,50,89); }
td.TdClassName
{
border-color: #D23259;
}
.TagClassName
{
border-color: #D23259;
}
</style>