Shades of Cerise #D23A55
Tints of Cerise #D23A55
RGB
CMYK
RGB Variations
Color information
#D23A55 (or 0xD23A55) is known color: Cerise. HEX triplet: D2, 3A and 55. RGB value is (210,58,85). Sum of RGB (Red+Green+Blue) = 210+58+85=353 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.49% from 353); Green value is 58 (23.05% from 255 or 16.43% from 353); Blue value is 85 (33.59% from 255 or 24.08% from 353); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23A55 is #2DC5AA. Grayscale: #6A6A6A. Windows color (decimal): -2999723 or 5585618. OLE color: 5585618.
HSL color Cylindrical-coordinate representation of color #D23A55: hue angle of 349.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D23A55 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 58 | 85 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.18 |
| HSL | 349.34º | 0.63% | 0.53% | - |
| HSV(B) | 349.34º | 0.72% | 0.82% | - |
| XYZ | 29.73 | 17.38 | 10.38 | - |
| YUV | 106.53 | 115.86 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 58 | 85 | 0 | 0.72 | 0.60 | 0.18 | 349.34 | 0.63 | 0.53 |
| Hex | D2 | 3A | 55 | 0 | 48 | 3C | 12 | 15D | 3F | 35 |
| Octal | 322 | 72 | 125 | 0 | 110 | 74 | 22 | 535 | 77 | 65 |
| Binary | 11010010 | 111010 | 1010101 | 0 | 1001000 | 111100 | 10010 | 101011101 | 111111 | 110101 |
Color Harmonies of #D23A55
Complementary color
Monochromatic Colors of #D23A55
Black with #D23A55
Text Example
Text Example
White with #D23A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23A55; }
p { color: rgb(210,58,85); }
H1.HeaderClassName
{
color: #D23A55;
}
.AnyTagClassName
{
color: #D23A55;
}
</style>
background-color css
<style>
a { background-color: #D23A55; }
a { background-color: rgb(210,58,85); }
div.DivClassName
{
background-color: #D23A55;
}
.BgClassName
{
background-color: #D23A55;
}
</style>
border-color css
<style>
span { border-color: #D23A55; }
span { border-color: rgb(210,58,85); }
td.TdClassName
{
border-color: #D23A55;
}
.TagClassName
{
border-color: #D23A55;
}
</style>