Shades of Deep Cerise #D23595
Tints of Deep Cerise #D23595
RGB
CMYK
RGB Variations
Color information
#D23595 (or 0xD23595) is known color: Deep Cerise. HEX triplet: D2, 35 and 95. RGB value is (210,53,149). Sum of RGB (Red+Green+Blue) = 210+53+149=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 53 (21.09% from 255 or 12.86% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D23595 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23595 is #2DCA6A. Grayscale: #6E6E6E. Windows color (decimal): -3000939 or 9778642. OLE color: 9778642.
HSL color Cylindrical-coordinate representation of color #D23595: hue angle of 323.31º 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 #D23595 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 53 | 149 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.18 |
| HSL | 323.31º | 0.64% | 0.52% | - |
| HSV(B) | 323.31º | 0.75% | 0.82% | - |
| XYZ | 33.28 | 18.42 | 30.23 | - |
| YUV | 110.89 | 149.51 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 53 | 149 | 0 | 0.75 | 0.29 | 0.18 | 323.31 | 0.64 | 0.52 |
| Hex | D2 | 35 | 95 | 0 | 4B | 1D | 12 | 143 | 40 | 34 |
| Octal | 322 | 65 | 225 | 0 | 113 | 35 | 22 | 503 | 100 | 64 |
| Binary | 11010010 | 110101 | 10010101 | 0 | 1001011 | 11101 | 10010 | 101000011 | 1000000 | 110100 |
Color Harmonies of #D23595
Complementary color
Monochromatic Colors of #D23595
Black with #D23595
Text Example
Text Example
White with #D23595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23595; }
p { color: rgb(210,53,149); }
H1.HeaderClassName
{
color: #D23595;
}
.AnyTagClassName
{
color: #D23595;
}
</style>
background-color css
<style>
a { background-color: #D23595; }
a { background-color: rgb(210,53,149); }
div.DivClassName
{
background-color: #D23595;
}
.BgClassName
{
background-color: #D23595;
}
</style>
border-color css
<style>
span { border-color: #D23595; }
span { border-color: rgb(210,53,149); }
td.TdClassName
{
border-color: #D23595;
}
.TagClassName
{
border-color: #D23595;
}
</style>