Shades of Deep Cerise #D42E8D
Tints of Deep Cerise #D42E8D
RGB
CMYK
RGB Variations
Color information
#D42E8D (or 0xD42E8D) is known color: Deep Cerise. HEX triplet: D4, 2E and 8D. RGB value is (212,46,141). Sum of RGB (Red+Green+Blue) = 212+46+141=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 46 (18.36% from 255 or 11.53% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D42E8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42E8D is #2BD172. Grayscale: #6A6A6A. Windows color (decimal): -2871667 or 9252564. OLE color: 9252564.
HSL color Cylindrical-coordinate representation of color #D42E8D: hue angle of 325.66º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D42E8D is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 46 | 141 | - |
| CMYK | 0 | 0.78 | 0.33 | 0.17 |
| HSL | 325.66º | 0.66% | 0.51% | - |
| HSV(B) | 325.66º | 0.78% | 0.83% | - |
| XYZ | 32.94 | 17.87 | 26.91 | - |
| YUV | 106.46 | 147.5 | 203.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 46 | 141 | 0 | 0.78 | 0.33 | 0.17 | 325.66 | 0.66 | 0.51 |
| Hex | D4 | 2E | 8D | 0 | 4E | 21 | 11 | 146 | 42 | 33 |
| Octal | 324 | 56 | 215 | 0 | 116 | 41 | 21 | 506 | 102 | 63 |
| Binary | 11010100 | 101110 | 10001101 | 0 | 1001110 | 100001 | 10001 | 101000110 | 1000010 | 110011 |
Color Harmonies of #D42E8D
Complementary color
Monochromatic Colors of #D42E8D
Black with #D42E8D
Text Example
Text Example
White with #D42E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42E8D; }
p { color: rgb(212,46,141); }
H1.HeaderClassName
{
color: #D42E8D;
}
.AnyTagClassName
{
color: #D42E8D;
}
</style>
background-color css
<style>
a { background-color: #D42E8D; }
a { background-color: rgb(212,46,141); }
div.DivClassName
{
background-color: #D42E8D;
}
.BgClassName
{
background-color: #D42E8D;
}
</style>
border-color css
<style>
span { border-color: #D42E8D; }
span { border-color: rgb(212,46,141); }
td.TdClassName
{
border-color: #D42E8D;
}
.TagClassName
{
border-color: #D42E8D;
}
</style>