Shades of Deep Cerise #D23796
Tints of Deep Cerise #D23796
RGB
CMYK
RGB Variations
Color information
#D23796 (or 0xD23796) is known color: Deep Cerise. HEX triplet: D2, 37 and 96. RGB value is (210,55,150). Sum of RGB (Red+Green+Blue) = 210+55+150=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 55 (21.88% from 255 or 13.25% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D23796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23796 is #2DC869. Grayscale: #6F6F6F. Windows color (decimal): -3000426 or 9844690. OLE color: 9844690.
HSL color Cylindrical-coordinate representation of color #D23796: hue angle of 323.23º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D23796 is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 55 | 150 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.18 |
| HSL | 323.23º | 0.63% | 0.52% | - |
| HSV(B) | 323.23º | 0.74% | 0.82% | - |
| XYZ | 33.45 | 18.64 | 30.69 | - |
| YUV | 112.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 55 | 150 | 0 | 0.74 | 0.29 | 0.18 | 323.23 | 0.63 | 0.52 |
| Hex | D2 | 37 | 96 | 0 | 4A | 1D | 12 | 143 | 3F | 34 |
| Octal | 322 | 67 | 226 | 0 | 112 | 35 | 22 | 503 | 77 | 64 |
| Binary | 11010010 | 110111 | 10010110 | 0 | 1001010 | 11101 | 10010 | 101000011 | 111111 | 110100 |
Color Harmonies of #D23796
Complementary color
Monochromatic Colors of #D23796
Black with #D23796
Text Example
Text Example
White with #D23796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23796; }
p { color: rgb(210,55,150); }
H1.HeaderClassName
{
color: #D23796;
}
.AnyTagClassName
{
color: #D23796;
}
</style>
background-color css
<style>
a { background-color: #D23796; }
a { background-color: rgb(210,55,150); }
div.DivClassName
{
background-color: #D23796;
}
.BgClassName
{
background-color: #D23796;
}
</style>
border-color css
<style>
span { border-color: #D23796; }
span { border-color: rgb(210,55,150); }
td.TdClassName
{
border-color: #D23796;
}
.TagClassName
{
border-color: #D23796;
}
</style>