Shades of Cerise #D23555
Tints of Cerise #D23555
RGB
CMYK
RGB Variations
Color information
#D23555 (or 0xD23555) is known color: Cerise. HEX triplet: D2, 35 and 55. RGB value is (210,53,85). Sum of RGB (Red+Green+Blue) = 210+53+85=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 53 (21.09% from 255 or 15.23% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D23555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23555 is #2DCAAA. Grayscale: #676767. Windows color (decimal): -3001003 or 5584338. OLE color: 5584338.
HSL color Cylindrical-coordinate representation of color #D23555: hue angle of 347.77º 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 #D23555 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 85 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.18 |
| HSL | 347.77º | 0.64% | 0.52% | - |
| HSV(B) | 347.77º | 0.75% | 0.82% | - |
| XYZ | 29.49 | 16.9 | 10.3 | - |
| YUV | 103.59 | 117.51 | 203.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 85 | 0 | 0.75 | 0.60 | 0.18 | 347.77 | 0.64 | 0.52 |
| Hex | D2 | 35 | 55 | 0 | 4B | 3C | 12 | 15C | 40 | 34 |
| Octal | 322 | 65 | 125 | 0 | 113 | 74 | 22 | 534 | 100 | 64 |
| Binary | 11010010 | 110101 | 1010101 | 0 | 1001011 | 111100 | 10010 | 101011100 | 1000000 | 110100 |
Color Harmonies of #D23555
Complementary color
Monochromatic Colors of #D23555
Black with #D23555
Text Example
Text Example
White with #D23555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23555; }
p { color: rgb(210,53,85); }
H1.HeaderClassName
{
color: #D23555;
}
.AnyTagClassName
{
color: #D23555;
}
</style>
background-color css
<style>
a { background-color: #D23555; }
a { background-color: rgb(210,53,85); }
div.DivClassName
{
background-color: #D23555;
}
.BgClassName
{
background-color: #D23555;
}
</style>
border-color css
<style>
span { border-color: #D23555; }
span { border-color: rgb(210,53,85); }
td.TdClassName
{
border-color: #D23555;
}
.TagClassName
{
border-color: #D23555;
}
</style>