Shades of Deep Cerise #D43C7B
Tints of Deep Cerise #D43C7B
RGB
CMYK
RGB Variations
Color information
#D43C7B (or 0xD43C7B) is known color: Deep Cerise. HEX triplet: D4, 3C and 7B. RGB value is (212,60,123). Sum of RGB (Red+Green+Blue) = 212+60+123=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43C7B is #2BC384. Grayscale: #707070. Windows color (decimal): -2868101 or 8076500. OLE color: 8076500.
HSL color Cylindrical-coordinate representation of color #D43C7B: hue angle of 335.13º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D43C7B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 123 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.17 |
| HSL | 335.13º | 0.64% | 0.53% | - |
| HSV(B) | 335.13º | 0.72% | 0.83% | - |
| XYZ | 32.34 | 18.66 | 20.64 | - |
| YUV | 112.63 | 133.86 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 123 | 0 | 0.72 | 0.42 | 0.17 | 335.13 | 0.64 | 0.53 |
| Hex | D4 | 3C | 7B | 0 | 48 | 2A | 11 | 14F | 40 | 35 |
| Octal | 324 | 74 | 173 | 0 | 110 | 52 | 21 | 517 | 100 | 65 |
| Binary | 11010100 | 111100 | 1111011 | 0 | 1001000 | 101010 | 10001 | 101001111 | 1000000 | 110101 |
Color Harmonies of #D43C7B
Complementary color
Monochromatic Colors of #D43C7B
Black with #D43C7B
Text Example
Text Example
White with #D43C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C7B; }
p { color: rgb(212,60,123); }
H1.HeaderClassName
{
color: #D43C7B;
}
.AnyTagClassName
{
color: #D43C7B;
}
</style>
background-color css
<style>
a { background-color: #D43C7B; }
a { background-color: rgb(212,60,123); }
div.DivClassName
{
background-color: #D43C7B;
}
.BgClassName
{
background-color: #D43C7B;
}
</style>
border-color css
<style>
span { border-color: #D43C7B; }
span { border-color: rgb(212,60,123); }
td.TdClassName
{
border-color: #D43C7B;
}
.TagClassName
{
border-color: #D43C7B;
}
</style>