Shades of Deep Cerise #D43996
Tints of Deep Cerise #D43996
RGB
CMYK
RGB Variations
Color information
#D43996 (or 0xD43996) is known color: Deep Cerise. HEX triplet: D4, 39 and 96. RGB value is (212,57,150). Sum of RGB (Red+Green+Blue) = 212+57+150=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D43996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43996 is #2BC669. Grayscale: #717171. Windows color (decimal): -2868842 or 9845204. OLE color: 9845204.
HSL color Cylindrical-coordinate representation of color #D43996: hue angle of 324º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43996 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 150 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.17 |
| HSL | 324º | 0.64% | 0.53% | - |
| HSV(B) | 324º | 0.73% | 0.83% | - |
| XYZ | 34.12 | 19.13 | 30.75 | - |
| YUV | 113.95 | 148.35 | 197.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 150 | 0 | 0.73 | 0.29 | 0.17 | 324 | 0.64 | 0.53 |
| Hex | D4 | 39 | 96 | 0 | 49 | 1D | 11 | 144 | 40 | 35 |
| Octal | 324 | 71 | 226 | 0 | 111 | 35 | 21 | 504 | 100 | 65 |
| Binary | 11010100 | 111001 | 10010110 | 0 | 1001001 | 11101 | 10001 | 101000100 | 1000000 | 110101 |
Color Harmonies of #D43996
Complementary color
Monochromatic Colors of #D43996
Black with #D43996
Text Example
Text Example
White with #D43996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43996; }
p { color: rgb(212,57,150); }
H1.HeaderClassName
{
color: #D43996;
}
.AnyTagClassName
{
color: #D43996;
}
</style>
background-color css
<style>
a { background-color: #D43996; }
a { background-color: rgb(212,57,150); }
div.DivClassName
{
background-color: #D43996;
}
.BgClassName
{
background-color: #D43996;
}
</style>
border-color css
<style>
span { border-color: #D43996; }
span { border-color: rgb(212,57,150); }
td.TdClassName
{
border-color: #D43996;
}
.TagClassName
{
border-color: #D43996;
}
</style>