Shades of Deep Cerise #D43980
Tints of Deep Cerise #D43980
RGB
CMYK
RGB Variations
Color information
#D43980 (or 0xD43980) is known color: Deep Cerise. HEX triplet: D4, 39 and 80. RGB value is (212,57,128). Sum of RGB (Red+Green+Blue) = 212+57+128=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D43980 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43980 is #2BC67F. Grayscale: #6F6F6F. Windows color (decimal): -2868864 or 8403412. OLE color: 8403412.
HSL color Cylindrical-coordinate representation of color #D43980: hue angle of 332.52º 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 #D43980 is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 57 | 128 | - |
| CMYK | 0 | 0.73 | 0.40 | 0.17 |
| HSL | 332.52º | 0.64% | 0.53% | - |
| HSV(B) | 332.52º | 0.73% | 0.83% | - |
| XYZ | 32.51 | 18.48 | 22.28 | - |
| YUV | 111.44 | 137.35 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 57 | 128 | 0 | 0.73 | 0.40 | 0.17 | 332.52 | 0.64 | 0.53 |
| Hex | D4 | 39 | 80 | 0 | 49 | 28 | 11 | 14D | 40 | 35 |
| Octal | 324 | 71 | 200 | 0 | 111 | 50 | 21 | 515 | 100 | 65 |
| Binary | 11010100 | 111001 | 10000000 | 0 | 1001001 | 101000 | 10001 | 101001101 | 1000000 | 110101 |
Color Harmonies of #D43980
Complementary color
Monochromatic Colors of #D43980
Black with #D43980
Text Example
Text Example
White with #D43980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43980; }
p { color: rgb(212,57,128); }
H1.HeaderClassName
{
color: #D43980;
}
.AnyTagClassName
{
color: #D43980;
}
</style>
background-color css
<style>
a { background-color: #D43980; }
a { background-color: rgb(212,57,128); }
div.DivClassName
{
background-color: #D43980;
}
.BgClassName
{
background-color: #D43980;
}
</style>
border-color css
<style>
span { border-color: #D43980; }
span { border-color: rgb(212,57,128); }
td.TdClassName
{
border-color: #D43980;
}
.TagClassName
{
border-color: #D43980;
}
</style>