Shades of Deep Cerise #D23C95
Tints of Deep Cerise #D23C95
RGB
CMYK
RGB Variations
Color information
#D23C95 (or 0xD23C95) is known color: Deep Cerise. HEX triplet: D2, 3C and 95. RGB value is (210,60,149). Sum of RGB (Red+Green+Blue) = 210+60+149=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23C95 is #2DC36A. Grayscale: #727272. Windows color (decimal): -2999147 or 9780434. OLE color: 9780434.
HSL color Cylindrical-coordinate representation of color #D23C95: hue angle of 324.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D23C95 is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 149 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.18 |
| HSL | 324.4º | 0.63% | 0.53% | - |
| HSV(B) | 324.4º | 0.71% | 0.82% | - |
| XYZ | 33.62 | 19.1 | 30.35 | - |
| YUV | 115 | 147.2 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 149 | 0 | 0.71 | 0.29 | 0.18 | 324.4 | 0.63 | 0.53 |
| Hex | D2 | 3C | 95 | 0 | 47 | 1D | 12 | 144 | 3E | 35 |
| Octal | 322 | 74 | 225 | 0 | 107 | 35 | 22 | 504 | 76 | 65 |
| Binary | 11010010 | 111100 | 10010101 | 0 | 1000111 | 11101 | 10010 | 101000100 | 111110 | 110101 |
Color Harmonies of #D23C95
Complementary color
Monochromatic Colors of #D23C95
Black with #D23C95
Text Example
Text Example
White with #D23C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C95; }
p { color: rgb(210,60,149); }
H1.HeaderClassName
{
color: #D23C95;
}
.AnyTagClassName
{
color: #D23C95;
}
</style>
background-color css
<style>
a { background-color: #D23C95; }
a { background-color: rgb(210,60,149); }
div.DivClassName
{
background-color: #D23C95;
}
.BgClassName
{
background-color: #D23C95;
}
</style>
border-color css
<style>
span { border-color: #D23C95; }
span { border-color: rgb(210,60,149); }
td.TdClassName
{
border-color: #D23C95;
}
.TagClassName
{
border-color: #D23C95;
}
</style>