Shades of Deep Cerise #D43992
Tints of Deep Cerise #D43992
RGB
CMYK
RGB Variations
Color information
#D43992 (or 0xD43992) is known color: Deep Cerise. HEX triplet: D4, 39 and 92. RGB value is (212,57,146). Sum of RGB (Red+Green+Blue) = 212+57+146=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 57 (22.66% from 255 or 13.73% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D43992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43992 is #2BC66D. Grayscale: #717171. Windows color (decimal): -2868846 or 9583060. OLE color: 9583060.
HSL color Cylindrical-coordinate representation of color #D43992: hue angle of 325.55º 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 #D43992 is Cyan = 0, Magento = 0.73, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 146 | - |
| CMYK | 0 | 0.73 | 0.31 | 0.17 |
| HSL | 325.55º | 0.64% | 0.53% | - |
| HSV(B) | 325.55º | 0.73% | 0.83% | - |
| XYZ | 33.8 | 19 | 29.08 | - |
| YUV | 113.49 | 146.35 | 198.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 146 | 0 | 0.73 | 0.31 | 0.17 | 325.55 | 0.64 | 0.53 |
| Hex | D4 | 39 | 92 | 0 | 49 | 1F | 11 | 146 | 40 | 35 |
| Octal | 324 | 71 | 222 | 0 | 111 | 37 | 21 | 506 | 100 | 65 |
| Binary | 11010100 | 111001 | 10010010 | 0 | 1001001 | 11111 | 10001 | 101000110 | 1000000 | 110101 |
Color Harmonies of #D43992
Complementary color
Monochromatic Colors of #D43992
Black with #D43992
Text Example
Text Example
White with #D43992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43992; }
p { color: rgb(212,57,146); }
H1.HeaderClassName
{
color: #D43992;
}
.AnyTagClassName
{
color: #D43992;
}
</style>
background-color css
<style>
a { background-color: #D43992; }
a { background-color: rgb(212,57,146); }
div.DivClassName
{
background-color: #D43992;
}
.BgClassName
{
background-color: #D43992;
}
</style>
border-color css
<style>
span { border-color: #D43992; }
span { border-color: rgb(212,57,146); }
td.TdClassName
{
border-color: #D43992;
}
.TagClassName
{
border-color: #D43992;
}
</style>