Shades of Deep Cerise #D43C91
Tints of Deep Cerise #D43C91
RGB
CMYK
RGB Variations
Color information
#D43C91 (or 0xD43C91) is known color: Deep Cerise. HEX triplet: D4, 3C and 91. RGB value is (212,60,145). Sum of RGB (Red+Green+Blue) = 212+60+145=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 145 (57.03% from 255 or 34.77% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43C91 is #2BC36E. Grayscale: #727272. Windows color (decimal): -2868079 or 9518292. OLE color: 9518292.
HSL color Cylindrical-coordinate representation of color #D43C91: hue angle of 326.45º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43C91 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 145 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.17 |
| HSL | 326.45º | 0.64% | 0.53% | - |
| HSV(B) | 326.45º | 0.72% | 0.83% | - |
| XYZ | 33.88 | 19.27 | 28.72 | - |
| YUV | 115.14 | 144.86 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 145 | 0 | 0.72 | 0.32 | 0.17 | 326.45 | 0.64 | 0.53 |
| Hex | D4 | 3C | 91 | 0 | 48 | 20 | 11 | 146 | 40 | 35 |
| Octal | 324 | 74 | 221 | 0 | 110 | 40 | 21 | 506 | 100 | 65 |
| Binary | 11010100 | 111100 | 10010001 | 0 | 1001000 | 100000 | 10001 | 101000110 | 1000000 | 110101 |
Color Harmonies of #D43C91
Complementary color
Monochromatic Colors of #D43C91
Black with #D43C91
Text Example
Text Example
White with #D43C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C91; }
p { color: rgb(212,60,145); }
H1.HeaderClassName
{
color: #D43C91;
}
.AnyTagClassName
{
color: #D43C91;
}
</style>
background-color css
<style>
a { background-color: #D43C91; }
a { background-color: rgb(212,60,145); }
div.DivClassName
{
background-color: #D43C91;
}
.BgClassName
{
background-color: #D43C91;
}
</style>
border-color css
<style>
span { border-color: #D43C91; }
span { border-color: rgb(212,60,145); }
td.TdClassName
{
border-color: #D43C91;
}
.TagClassName
{
border-color: #D43C91;
}
</style>