Shades of Deep Cerise #D43E7A
Tints of Deep Cerise #D43E7A
RGB
CMYK
RGB Variations
Color information
#D43E7A (or 0xD43E7A) is known color: Deep Cerise. HEX triplet: D4, 3E and 7A. RGB value is (212,62,122). Sum of RGB (Red+Green+Blue) = 212+62+122=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D43E7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43E7A is #2BC185. Grayscale: #717171. Windows color (decimal): -2867590 or 8011476. OLE color: 8011476.
HSL color Cylindrical-coordinate representation of color #D43E7A: hue angle of 336º 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 #D43E7A is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 62 | 122 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.17 |
| HSL | 336º | 0.64% | 0.54% | - |
| HSV(B) | 336º | 0.71% | 0.83% | - |
| XYZ | 32.39 | 18.85 | 20.34 | - |
| YUV | 113.69 | 132.7 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 62 | 122 | 0 | 0.71 | 0.42 | 0.17 | 336 | 0.64 | 0.54 |
| Hex | D4 | 3E | 7A | 0 | 47 | 2A | 11 | 150 | 40 | 36 |
| Octal | 324 | 76 | 172 | 0 | 107 | 52 | 21 | 520 | 100 | 66 |
| Binary | 11010100 | 111110 | 1111010 | 0 | 1000111 | 101010 | 10001 | 101010000 | 1000000 | 110110 |
Color Harmonies of #D43E7A
Complementary color
Monochromatic Colors of #D43E7A
Black with #D43E7A
Text Example
Text Example
White with #D43E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43E7A; }
p { color: rgb(212,62,122); }
H1.HeaderClassName
{
color: #D43E7A;
}
.AnyTagClassName
{
color: #D43E7A;
}
</style>
background-color css
<style>
a { background-color: #D43E7A; }
a { background-color: rgb(212,62,122); }
div.DivClassName
{
background-color: #D43E7A;
}
.BgClassName
{
background-color: #D43E7A;
}
</style>
border-color css
<style>
span { border-color: #D43E7A; }
span { border-color: rgb(212,62,122); }
td.TdClassName
{
border-color: #D43E7A;
}
.TagClassName
{
border-color: #D43E7A;
}
</style>