Shades of Deep Cerise #D43A7D
Tints of Deep Cerise #D43A7D
RGB
CMYK
RGB Variations
Color information
#D43A7D (or 0xD43A7D) is known color: Deep Cerise. HEX triplet: D4, 3A and 7D. RGB value is (212,58,125). Sum of RGB (Red+Green+Blue) = 212+58+125=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 58 (23.05% from 255 or 14.68% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A7D is #2BC582. Grayscale: #6F6F6F. Windows color (decimal): -2868611 or 8207060. OLE color: 8207060.
HSL color Cylindrical-coordinate representation of color #D43A7D: hue angle of 333.9º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D43A7D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 125 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.17 |
| HSL | 333.9º | 0.64% | 0.53% | - |
| HSV(B) | 333.9º | 0.73% | 0.83% | - |
| XYZ | 32.37 | 18.5 | 21.27 | - |
| YUV | 111.68 | 135.52 | 199.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 125 | 0 | 0.73 | 0.41 | 0.17 | 333.9 | 0.64 | 0.53 |
| Hex | D4 | 3A | 7D | 0 | 49 | 29 | 11 | 14E | 40 | 35 |
| Octal | 324 | 72 | 175 | 0 | 111 | 51 | 21 | 516 | 100 | 65 |
| Binary | 11010100 | 111010 | 1111101 | 0 | 1001001 | 101001 | 10001 | 101001110 | 1000000 | 110101 |
Color Harmonies of #D43A7D
Complementary color
Monochromatic Colors of #D43A7D
Black with #D43A7D
Text Example
Text Example
White with #D43A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A7D; }
p { color: rgb(212,58,125); }
H1.HeaderClassName
{
color: #D43A7D;
}
.AnyTagClassName
{
color: #D43A7D;
}
</style>
background-color css
<style>
a { background-color: #D43A7D; }
a { background-color: rgb(212,58,125); }
div.DivClassName
{
background-color: #D43A7D;
}
.BgClassName
{
background-color: #D43A7D;
}
</style>
border-color css
<style>
span { border-color: #D43A7D; }
span { border-color: rgb(212,58,125); }
td.TdClassName
{
border-color: #D43A7D;
}
.TagClassName
{
border-color: #D43A7D;
}
</style>