Shades of Deep Cerise #D43D7C
Tints of Deep Cerise #D43D7C
RGB
CMYK
RGB Variations
Color information
#D43D7C (or 0xD43D7C) is known color: Deep Cerise. HEX triplet: D4, 3D and 7C. RGB value is (212,61,124). Sum of RGB (Red+Green+Blue) = 212+61+124=397 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.40% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 124 (48.83% from 255 or 31.23% from 397); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D7C is #2BC283. Grayscale: #717171. Windows color (decimal): -2867844 or 8142292. OLE color: 8142292.
HSL color Cylindrical-coordinate representation of color #D43D7C: hue angle of 334.97º 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 #D43D7C is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 61 | 124 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.17 |
| HSL | 334.97º | 0.64% | 0.54% | - |
| HSV(B) | 334.97º | 0.71% | 0.83% | - |
| XYZ | 32.46 | 18.79 | 20.98 | - |
| YUV | 113.33 | 134.03 | 198.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 61 | 124 | 0 | 0.71 | 0.42 | 0.17 | 334.97 | 0.64 | 0.54 |
| Hex | D4 | 3D | 7C | 0 | 47 | 2A | 11 | 14F | 40 | 36 |
| Octal | 324 | 75 | 174 | 0 | 107 | 52 | 21 | 517 | 100 | 66 |
| Binary | 11010100 | 111101 | 1111100 | 0 | 1000111 | 101010 | 10001 | 101001111 | 1000000 | 110110 |
Color Harmonies of #D43D7C
Complementary color
Monochromatic Colors of #D43D7C
Black with #D43D7C
Text Example
Text Example
White with #D43D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43D7C; }
p { color: rgb(212,61,124); }
H1.HeaderClassName
{
color: #D43D7C;
}
.AnyTagClassName
{
color: #D43D7C;
}
</style>
background-color css
<style>
a { background-color: #D43D7C; }
a { background-color: rgb(212,61,124); }
div.DivClassName
{
background-color: #D43D7C;
}
.BgClassName
{
background-color: #D43D7C;
}
</style>
border-color css
<style>
span { border-color: #D43D7C; }
span { border-color: rgb(212,61,124); }
td.TdClassName
{
border-color: #D43D7C;
}
.TagClassName
{
border-color: #D43D7C;
}
</style>