Shades of Deep Cerise #D23992
Tints of Deep Cerise #D23992
RGB
CMYK
RGB Variations
Color information
#D23992 (or 0xD23992) is known color: Deep Cerise. HEX triplet: D2, 39 and 92. RGB value is (210,57,146). Sum of RGB (Red+Green+Blue) = 210+57+146=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 146 (57.42% from 255 or 35.35% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D23992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23992 is #2DC66D. Grayscale: #707070. Windows color (decimal): -2999918 or 9583058. OLE color: 9583058.
HSL color Cylindrical-coordinate representation of color #D23992: hue angle of 325.1º 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 #D23992 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 57 | 146 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.18 |
| HSL | 325.1º | 0.63% | 0.52% | - |
| HSV(B) | 325.1º | 0.73% | 0.82% | - |
| XYZ | 33.23 | 18.7 | 29.05 | - |
| YUV | 112.89 | 146.69 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 57 | 146 | 0 | 0.73 | 0.30 | 0.18 | 325.1 | 0.63 | 0.52 |
| Hex | D2 | 39 | 92 | 0 | 49 | 1E | 12 | 145 | 3F | 34 |
| Octal | 322 | 71 | 222 | 0 | 111 | 36 | 22 | 505 | 77 | 64 |
| Binary | 11010010 | 111001 | 10010010 | 0 | 1001001 | 11110 | 10010 | 101000101 | 111111 | 110100 |
Color Harmonies of #D23992
Complementary color
Monochromatic Colors of #D23992
Black with #D23992
Text Example
Text Example
White with #D23992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23992; }
p { color: rgb(210,57,146); }
H1.HeaderClassName
{
color: #D23992;
}
.AnyTagClassName
{
color: #D23992;
}
</style>
background-color css
<style>
a { background-color: #D23992; }
a { background-color: rgb(210,57,146); }
div.DivClassName
{
background-color: #D23992;
}
.BgClassName
{
background-color: #D23992;
}
</style>
border-color css
<style>
span { border-color: #D23992; }
span { border-color: rgb(210,57,146); }
td.TdClassName
{
border-color: #D23992;
}
.TagClassName
{
border-color: #D23992;
}
</style>