Shades of Deep Cerise #D23496
Tints of Deep Cerise #D23496
RGB
CMYK
RGB Variations
Color information
#D23496 (or 0xD23496) is known color: Deep Cerise. HEX triplet: D2, 34 and 96. RGB value is (210,52,150). Sum of RGB (Red+Green+Blue) = 210+52+150=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 52 (20.70% from 255 or 12.62% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D23496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D23496 is #2DCB69. Grayscale: #6E6E6E. Windows color (decimal): -3001194 or 9843922. OLE color: 9843922.
HSL color Cylindrical-coordinate representation of color #D23496: hue angle of 322.78º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D23496 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 150 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.18 |
| HSL | 322.78º | 0.64% | 0.51% | - |
| HSV(B) | 322.78º | 0.75% | 0.82% | - |
| XYZ | 33.31 | 18.36 | 30.64 | - |
| YUV | 110.41 | 150.35 | 199.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 150 | 0 | 0.75 | 0.29 | 0.18 | 322.78 | 0.64 | 0.51 |
| Hex | D2 | 34 | 96 | 0 | 4B | 1D | 12 | 143 | 40 | 33 |
| Octal | 322 | 64 | 226 | 0 | 113 | 35 | 22 | 503 | 100 | 63 |
| Binary | 11010010 | 110100 | 10010110 | 0 | 1001011 | 11101 | 10010 | 101000011 | 1000000 | 110011 |
Color Harmonies of #D23496
Complementary color
Monochromatic Colors of #D23496
Black with #D23496
Text Example
Text Example
White with #D23496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23496; }
p { color: rgb(210,52,150); }
H1.HeaderClassName
{
color: #D23496;
}
.AnyTagClassName
{
color: #D23496;
}
</style>
background-color css
<style>
a { background-color: #D23496; }
a { background-color: rgb(210,52,150); }
div.DivClassName
{
background-color: #D23496;
}
.BgClassName
{
background-color: #D23496;
}
</style>
border-color css
<style>
span { border-color: #D23496; }
span { border-color: rgb(210,52,150); }
td.TdClassName
{
border-color: #D23496;
}
.TagClassName
{
border-color: #D23496;
}
</style>