Shades of Deep Cerise #D42D86
Tints of Deep Cerise #D42D86
RGB
CMYK
RGB Variations
Color information
#D42D86 (or 0xD42D86) is known color: Deep Cerise. HEX triplet: D4, 2D and 86. RGB value is (212,45,134). Sum of RGB (Red+Green+Blue) = 212+45+134=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42D86 is #2BD279. Grayscale: #686868. Windows color (decimal): -2871930 or 8793556. OLE color: 8793556.
HSL color Cylindrical-coordinate representation of color #D42D86: hue angle of 328.02º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42D86 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 134 | - |
| CMYK | 0 | 0.79 | 0.37 | 0.17 |
| HSL | 328.02º | 0.66% | 0.5% | - |
| HSV(B) | 328.02º | 0.79% | 0.83% | - |
| XYZ | 32.39 | 17.6 | 24.24 | - |
| YUV | 105.08 | 144.33 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 134 | 0 | 0.79 | 0.37 | 0.17 | 328.02 | 0.66 | 0.5 |
| Hex | D4 | 2D | 86 | 0 | 4F | 25 | 11 | 148 | 42 | 32 |
| Octal | 324 | 55 | 206 | 0 | 117 | 45 | 21 | 510 | 102 | 62 |
| Binary | 11010100 | 101101 | 10000110 | 0 | 1001111 | 100101 | 10001 | 101001000 | 1000010 | 110010 |
Color Harmonies of #D42D86
Complementary color
Monochromatic Colors of #D42D86
Black with #D42D86
Text Example
Text Example
White with #D42D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D86; }
p { color: rgb(212,45,134); }
H1.HeaderClassName
{
color: #D42D86;
}
.AnyTagClassName
{
color: #D42D86;
}
</style>
background-color css
<style>
a { background-color: #D42D86; }
a { background-color: rgb(212,45,134); }
div.DivClassName
{
background-color: #D42D86;
}
.BgClassName
{
background-color: #D42D86;
}
</style>
border-color css
<style>
span { border-color: #D42D86; }
span { border-color: rgb(212,45,134); }
td.TdClassName
{
border-color: #D42D86;
}
.TagClassName
{
border-color: #D42D86;
}
</style>