Shades of Deep Cerise #D42781
Tints of Deep Cerise #D42781
RGB
CMYK
RGB Variations
Color information
#D42781 (or 0xD42781) is known color: Deep Cerise. HEX triplet: D4, 27 and 81. RGB value is (212,39,129). Sum of RGB (Red+Green+Blue) = 212+39+129=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 129 (50.78% from 255 or 33.95% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D42781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42781 is #2BD87E. Grayscale: #646464. Windows color (decimal): -2873471 or 8464340. OLE color: 8464340.
HSL color Cylindrical-coordinate representation of color #D42781: hue angle of 328.79º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D42781 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 129 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.17 |
| HSL | 328.79º | 0.69% | 0.49% | - |
| HSV(B) | 328.79º | 0.82% | 0.83% | - |
| XYZ | 31.84 | 17.03 | 22.38 | - |
| YUV | 100.99 | 143.81 | 207.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 129 | 0 | 0.82 | 0.39 | 0.17 | 328.79 | 0.69 | 0.49 |
| Hex | D4 | 27 | 81 | 0 | 52 | 27 | 11 | 149 | 45 | 31 |
| Octal | 324 | 47 | 201 | 0 | 122 | 47 | 21 | 511 | 105 | 61 |
| Binary | 11010100 | 100111 | 10000001 | 0 | 1010010 | 100111 | 10001 | 101001001 | 1000101 | 110001 |
Color Harmonies of #D42781
Complementary color
Monochromatic Colors of #D42781
Black with #D42781
Text Example
Text Example
White with #D42781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42781; }
p { color: rgb(212,39,129); }
H1.HeaderClassName
{
color: #D42781;
}
.AnyTagClassName
{
color: #D42781;
}
</style>
background-color css
<style>
a { background-color: #D42781; }
a { background-color: rgb(212,39,129); }
div.DivClassName
{
background-color: #D42781;
}
.BgClassName
{
background-color: #D42781;
}
</style>
border-color css
<style>
span { border-color: #D42781; }
span { border-color: rgb(212,39,129); }
td.TdClassName
{
border-color: #D42781;
}
.TagClassName
{
border-color: #D42781;
}
</style>