Shades of Deep Cerise #D43E8E
Tints of Deep Cerise #D43E8E
RGB
CMYK
RGB Variations
Color information
#D43E8E (or 0xD43E8E) is known color: Deep Cerise. HEX triplet: D4, 3E and 8E. RGB value is (212,62,142). Sum of RGB (Red+Green+Blue) = 212+62+142=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43E8E is #2BC171. Grayscale: #737373. Windows color (decimal): -2867570 or 9322196. OLE color: 9322196.
HSL color Cylindrical-coordinate representation of color #D43E8E: hue angle of 328º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43E8E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 142 | - |
| CMYK | 0 | 0.71 | 0.33 | 0.17 |
| HSL | 328º | 0.64% | 0.54% | - |
| HSV(B) | 328º | 0.71% | 0.83% | - |
| XYZ | 33.76 | 19.4 | 27.56 | - |
| YUV | 115.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 142 | 0 | 0.71 | 0.33 | 0.17 | 328 | 0.64 | 0.54 |
| Hex | D4 | 3E | 8E | 0 | 47 | 21 | 11 | 148 | 40 | 36 |
| Octal | 324 | 76 | 216 | 0 | 107 | 41 | 21 | 510 | 100 | 66 |
| Binary | 11010100 | 111110 | 10001110 | 0 | 1000111 | 100001 | 10001 | 101001000 | 1000000 | 110110 |
Color Harmonies of #D43E8E
Complementary color
Monochromatic Colors of #D43E8E
Black with #D43E8E
Text Example
Text Example
White with #D43E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E8E; }
p { color: rgb(212,62,142); }
H1.HeaderClassName
{
color: #D43E8E;
}
.AnyTagClassName
{
color: #D43E8E;
}
</style>
background-color css
<style>
a { background-color: #D43E8E; }
a { background-color: rgb(212,62,142); }
div.DivClassName
{
background-color: #D43E8E;
}
.BgClassName
{
background-color: #D43E8E;
}
</style>
border-color css
<style>
span { border-color: #D43E8E; }
span { border-color: rgb(212,62,142); }
td.TdClassName
{
border-color: #D43E8E;
}
.TagClassName
{
border-color: #D43E8E;
}
</style>