Shades of Deep Cerise #D42881
Tints of Deep Cerise #D42881
RGB
CMYK
RGB Variations
Color information
#D42881 (or 0xD42881) is known color: Deep Cerise. HEX triplet: D4, 28 and 81. RGB value is (212,40,129). Sum of RGB (Red+Green+Blue) = 212+40+129=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D42881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42881 is #2BD77E. Grayscale: #656565. Windows color (decimal): -2873215 or 8464596. OLE color: 8464596.
HSL color Cylindrical-coordinate representation of color #D42881: hue angle of 328.95º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42881 is Cyan = 0, Magento = 0.81, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 129 | - |
| CMYK | 0 | 0.81 | 0.39 | 0.17 |
| HSL | 328.95º | 0.68% | 0.49% | - |
| HSV(B) | 328.95º | 0.81% | 0.83% | - |
| XYZ | 31.87 | 17.1 | 22.39 | - |
| YUV | 101.57 | 143.48 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 129 | 0 | 0.81 | 0.39 | 0.17 | 328.95 | 0.68 | 0.49 |
| Hex | D4 | 28 | 81 | 0 | 51 | 27 | 11 | 149 | 44 | 31 |
| Octal | 324 | 50 | 201 | 0 | 121 | 47 | 21 | 511 | 104 | 61 |
| Binary | 11010100 | 101000 | 10000001 | 0 | 1010001 | 100111 | 10001 | 101001001 | 1000100 | 110001 |
Color Harmonies of #D42881
Complementary color
Monochromatic Colors of #D42881
Black with #D42881
Text Example
Text Example
White with #D42881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42881; }
p { color: rgb(212,40,129); }
H1.HeaderClassName
{
color: #D42881;
}
.AnyTagClassName
{
color: #D42881;
}
</style>
background-color css
<style>
a { background-color: #D42881; }
a { background-color: rgb(212,40,129); }
div.DivClassName
{
background-color: #D42881;
}
.BgClassName
{
background-color: #D42881;
}
</style>
border-color css
<style>
span { border-color: #D42881; }
span { border-color: rgb(212,40,129); }
td.TdClassName
{
border-color: #D42881;
}
.TagClassName
{
border-color: #D42881;
}
</style>