Shades of Cerise #D23955
Tints of Cerise #D23955
RGB
CMYK
RGB Variations
Color information
#D23955 (or 0xD23955) is known color: Cerise. HEX triplet: D2, 39 and 55. RGB value is (210,57,85). Sum of RGB (Red+Green+Blue) = 210+57+85=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 57 (22.66% from 255 or 16.19% from 352); Blue value is 85 (33.59% from 255 or 24.15% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D23955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23955 is #2DC6AA. Grayscale: #696969. Windows color (decimal): -2999979 or 5585362. OLE color: 5585362.
HSL color Cylindrical-coordinate representation of color #D23955: hue angle of 349.02º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23955 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 85 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.18 |
| HSL | 349.02º | 0.63% | 0.52% | - |
| HSV(B) | 349.02º | 0.73% | 0.82% | - |
| XYZ | 29.68 | 17.28 | 10.37 | - |
| YUV | 105.94 | 116.19 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 85 | 0 | 0.73 | 0.60 | 0.18 | 349.02 | 0.63 | 0.52 |
| Hex | D2 | 39 | 55 | 0 | 49 | 3C | 12 | 15D | 3F | 34 |
| Octal | 322 | 71 | 125 | 0 | 111 | 74 | 22 | 535 | 77 | 64 |
| Binary | 11010010 | 111001 | 1010101 | 0 | 1001001 | 111100 | 10010 | 101011101 | 111111 | 110100 |
Color Harmonies of #D23955
Complementary color
Monochromatic Colors of #D23955
Black with #D23955
Text Example
Text Example
White with #D23955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23955; }
p { color: rgb(210,57,85); }
H1.HeaderClassName
{
color: #D23955;
}
.AnyTagClassName
{
color: #D23955;
}
</style>
background-color css
<style>
a { background-color: #D23955; }
a { background-color: rgb(210,57,85); }
div.DivClassName
{
background-color: #D23955;
}
.BgClassName
{
background-color: #D23955;
}
</style>
border-color css
<style>
span { border-color: #D23955; }
span { border-color: rgb(210,57,85); }
td.TdClassName
{
border-color: #D23955;
}
.TagClassName
{
border-color: #D23955;
}
</style>