Shades of Deep Cerise #D43496
Tints of Deep Cerise #D43496
RGB
CMYK
RGB Variations
Color information
#D43496 (or 0xD43496) is known color: Deep Cerise. HEX triplet: D4, 34 and 96. RGB value is (212,52,150). Sum of RGB (Red+Green+Blue) = 212+52+150=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 52 (20.70% from 255 or 12.56% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D43496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43496 is #2BCB69. Grayscale: #6E6E6E. Windows color (decimal): -2870122 or 9843924. OLE color: 9843924.
HSL color Cylindrical-coordinate representation of color #D43496: hue angle of 323.25º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D43496 is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 52 | 150 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.17 |
| HSL | 323.25º | 0.65% | 0.52% | - |
| HSV(B) | 323.25º | 0.75% | 0.83% | - |
| XYZ | 33.88 | 18.66 | 30.67 | - |
| YUV | 111.01 | 150.01 | 200.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 52 | 150 | 0 | 0.75 | 0.29 | 0.17 | 323.25 | 0.65 | 0.52 |
| Hex | D4 | 34 | 96 | 0 | 4B | 1D | 11 | 143 | 41 | 34 |
| Octal | 324 | 64 | 226 | 0 | 113 | 35 | 21 | 503 | 101 | 64 |
| Binary | 11010100 | 110100 | 10010110 | 0 | 1001011 | 11101 | 10001 | 101000011 | 1000001 | 110100 |
Color Harmonies of #D43496
Complementary color
Monochromatic Colors of #D43496
Black with #D43496
Text Example
Text Example
White with #D43496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43496; }
p { color: rgb(212,52,150); }
H1.HeaderClassName
{
color: #D43496;
}
.AnyTagClassName
{
color: #D43496;
}
</style>
background-color css
<style>
a { background-color: #D43496; }
a { background-color: rgb(212,52,150); }
div.DivClassName
{
background-color: #D43496;
}
.BgClassName
{
background-color: #D43496;
}
</style>
border-color css
<style>
span { border-color: #D43496; }
span { border-color: rgb(212,52,150); }
td.TdClassName
{
border-color: #D43496;
}
.TagClassName
{
border-color: #D43496;
}
</style>