Shades of Cerise #D23455
Tints of Cerise #D23455
RGB
CMYK
RGB Variations
Color information
#D23455 (or 0xD23455) is known color: Cerise. HEX triplet: D2, 34 and 55. RGB value is (210,52,85). Sum of RGB (Red+Green+Blue) = 210+52+85=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 52 (20.70% from 255 or 14.99% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D23455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23455 is #2DCBAA. Grayscale: #676767. Windows color (decimal): -3001259 or 5584082. OLE color: 5584082.
HSL color Cylindrical-coordinate representation of color #D23455: hue angle of 347.47º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23455 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 85 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.18 |
| HSL | 347.47º | 0.64% | 0.51% | - |
| HSV(B) | 347.47º | 0.75% | 0.82% | - |
| XYZ | 29.45 | 16.81 | 10.29 | - |
| YUV | 103 | 117.85 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 85 | 0 | 0.75 | 0.60 | 0.18 | 347.47 | 0.64 | 0.51 |
| Hex | D2 | 34 | 55 | 0 | 4B | 3C | 12 | 15B | 40 | 33 |
| Octal | 322 | 64 | 125 | 0 | 113 | 74 | 22 | 533 | 100 | 63 |
| Binary | 11010010 | 110100 | 1010101 | 0 | 1001011 | 111100 | 10010 | 101011011 | 1000000 | 110011 |
Color Harmonies of #D23455
Complementary color
Monochromatic Colors of #D23455
Black with #D23455
Text Example
Text Example
White with #D23455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23455; }
p { color: rgb(210,52,85); }
H1.HeaderClassName
{
color: #D23455;
}
.AnyTagClassName
{
color: #D23455;
}
</style>
background-color css
<style>
a { background-color: #D23455; }
a { background-color: rgb(210,52,85); }
div.DivClassName
{
background-color: #D23455;
}
.BgClassName
{
background-color: #D23455;
}
</style>
border-color css
<style>
span { border-color: #D23455; }
span { border-color: rgb(210,52,85); }
td.TdClassName
{
border-color: #D23455;
}
.TagClassName
{
border-color: #D23455;
}
</style>