Shades of Cerise #D23256
Tints of Cerise #D23256
RGB
CMYK
RGB Variations
Color information
#D23256 (or 0xD23256) is known color: Cerise. HEX triplet: D2, 32 and 56. RGB value is (210,50,86). Sum of RGB (Red+Green+Blue) = 210+50+86=346 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.69% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 210 - color contains mainly: red. Hex color #D23256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23256 is #2DCDA9. Grayscale: #656565. Windows color (decimal): -3001770 or 5649106. OLE color: 5649106.
HSL color Cylindrical-coordinate representation of color #D23256: hue angle of 346.5º 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 #D23256 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 50 | 86 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.18 |
| HSL | 346.5º | 0.64% | 0.51% | - |
| HSV(B) | 346.5º | 0.76% | 0.82% | - |
| XYZ | 29.4 | 16.65 | 10.47 | - |
| YUV | 101.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 50 | 86 | 0 | 0.76 | 0.59 | 0.18 | 346.5 | 0.64 | 0.51 |
| Hex | D2 | 32 | 56 | 0 | 4C | 3B | 12 | 15A | 40 | 33 |
| Octal | 322 | 62 | 126 | 0 | 114 | 73 | 22 | 532 | 100 | 63 |
| Binary | 11010010 | 110010 | 1010110 | 0 | 1001100 | 111011 | 10010 | 101011010 | 1000000 | 110011 |
Color Harmonies of #D23256
Complementary color
Monochromatic Colors of #D23256
Black with #D23256
Text Example
Text Example
White with #D23256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23256; }
p { color: rgb(210,50,86); }
H1.HeaderClassName
{
color: #D23256;
}
.AnyTagClassName
{
color: #D23256;
}
</style>
background-color css
<style>
a { background-color: #D23256; }
a { background-color: rgb(210,50,86); }
div.DivClassName
{
background-color: #D23256;
}
.BgClassName
{
background-color: #D23256;
}
</style>
border-color css
<style>
span { border-color: #D23256; }
span { border-color: rgb(210,50,86); }
td.TdClassName
{
border-color: #D23256;
}
.TagClassName
{
border-color: #D23256;
}
</style>