Shades of Deep Cerise #D23577
Tints of Deep Cerise #D23577
RGB
CMYK
RGB Variations
Color information
#D23577 (or 0xD23577) is known color: Deep Cerise. HEX triplet: D2, 35 and 77. RGB value is (210,53,119). Sum of RGB (Red+Green+Blue) = 210+53+119=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D23577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D23577 is #2DCA88. Grayscale: #6B6B6B. Windows color (decimal): -3000969 or 7812562. OLE color: 7812562.
HSL color Cylindrical-coordinate representation of color #D23577: hue angle of 334.78º 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 #D23577 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 119 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.18 |
| HSL | 334.78º | 0.64% | 0.52% | - |
| HSV(B) | 334.78º | 0.75% | 0.82% | - |
| XYZ | 31.18 | 17.58 | 19.2 | - |
| YUV | 107.47 | 134.51 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 119 | 0 | 0.75 | 0.43 | 0.18 | 334.78 | 0.64 | 0.52 |
| Hex | D2 | 35 | 77 | 0 | 4B | 2B | 12 | 14F | 40 | 34 |
| Octal | 322 | 65 | 167 | 0 | 113 | 53 | 22 | 517 | 100 | 64 |
| Binary | 11010010 | 110101 | 1110111 | 0 | 1001011 | 101011 | 10010 | 101001111 | 1000000 | 110100 |
Color Harmonies of #D23577
Complementary color
Monochromatic Colors of #D23577
Black with #D23577
Text Example
Text Example
White with #D23577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23577; }
p { color: rgb(210,53,119); }
H1.HeaderClassName
{
color: #D23577;
}
.AnyTagClassName
{
color: #D23577;
}
</style>
background-color css
<style>
a { background-color: #D23577; }
a { background-color: rgb(210,53,119); }
div.DivClassName
{
background-color: #D23577;
}
.BgClassName
{
background-color: #D23577;
}
</style>
border-color css
<style>
span { border-color: #D23577; }
span { border-color: rgb(210,53,119); }
td.TdClassName
{
border-color: #D23577;
}
.TagClassName
{
border-color: #D23577;
}
</style>