Shades of Deep Cerise #D42984
Tints of Deep Cerise #D42984
RGB
CMYK
RGB Variations
Color information
#D42984 (or 0xD42984) is known color: Deep Cerise. HEX triplet: D4, 29 and 84. RGB value is (212,41,132). Sum of RGB (Red+Green+Blue) = 212+41+132=385 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.06% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 212 - color contains mainly: red. Hex color #D42984 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42984 is #2BD67B. Grayscale: #666666. Windows color (decimal): -2872956 or 8661460. OLE color: 8661460.
HSL color Cylindrical-coordinate representation of color #D42984: hue angle of 328.07º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42984 is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 41 | 132 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.17 |
| HSL | 328.07º | 0.68% | 0.5% | - |
| HSV(B) | 328.07º | 0.81% | 0.83% | - |
| XYZ | 32.11 | 17.25 | 23.47 | - |
| YUV | 102.5 | 144.65 | 206.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 41 | 132 | 0 | 0.81 | 0.38 | 0.17 | 328.07 | 0.68 | 0.5 |
| Hex | D4 | 29 | 84 | 0 | 51 | 26 | 11 | 148 | 44 | 32 |
| Octal | 324 | 51 | 204 | 0 | 121 | 46 | 21 | 510 | 104 | 62 |
| Binary | 11010100 | 101001 | 10000100 | 0 | 1010001 | 100110 | 10001 | 101001000 | 1000100 | 110010 |
Color Harmonies of #D42984
Complementary color
Monochromatic Colors of #D42984
Black with #D42984
Text Example
Text Example
White with #D42984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42984; }
p { color: rgb(212,41,132); }
H1.HeaderClassName
{
color: #D42984;
}
.AnyTagClassName
{
color: #D42984;
}
</style>
background-color css
<style>
a { background-color: #D42984; }
a { background-color: rgb(212,41,132); }
div.DivClassName
{
background-color: #D42984;
}
.BgClassName
{
background-color: #D42984;
}
</style>
border-color css
<style>
span { border-color: #D42984; }
span { border-color: rgb(212,41,132); }
td.TdClassName
{
border-color: #D42984;
}
.TagClassName
{
border-color: #D42984;
}
</style>