Shades of Deep Cerise #D23987
Tints of Deep Cerise #D23987
RGB
CMYK
RGB Variations
Color information
#D23987 (or 0xD23987) is known color: Deep Cerise. HEX triplet: D2, 39 and 87. RGB value is (210,57,135). Sum of RGB (Red+Green+Blue) = 210+57+135=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D23987 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23987 is #2DC678. Grayscale: #6F6F6F. Windows color (decimal): -2999929 or 8862162. OLE color: 8862162.
HSL color Cylindrical-coordinate representation of color #D23987: hue angle of 329.41º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D23987 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 135 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.18 |
| HSL | 329.41º | 0.63% | 0.52% | - |
| HSV(B) | 329.41º | 0.73% | 0.82% | - |
| XYZ | 32.41 | 18.38 | 24.76 | - |
| YUV | 111.64 | 141.19 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 135 | 0 | 0.73 | 0.36 | 0.18 | 329.41 | 0.63 | 0.52 |
| Hex | D2 | 39 | 87 | 0 | 49 | 24 | 12 | 149 | 3F | 34 |
| Octal | 322 | 71 | 207 | 0 | 111 | 44 | 22 | 511 | 77 | 64 |
| Binary | 11010010 | 111001 | 10000111 | 0 | 1001001 | 100100 | 10010 | 101001001 | 111111 | 110100 |
Color Harmonies of #D23987
Complementary color
Monochromatic Colors of #D23987
Black with #D23987
Text Example
Text Example
White with #D23987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23987; }
p { color: rgb(210,57,135); }
H1.HeaderClassName
{
color: #D23987;
}
.AnyTagClassName
{
color: #D23987;
}
</style>
background-color css
<style>
a { background-color: #D23987; }
a { background-color: rgb(210,57,135); }
div.DivClassName
{
background-color: #D23987;
}
.BgClassName
{
background-color: #D23987;
}
</style>
border-color css
<style>
span { border-color: #D23987; }
span { border-color: rgb(210,57,135); }
td.TdClassName
{
border-color: #D23987;
}
.TagClassName
{
border-color: #D23987;
}
</style>