Shades of Deep Cerise #D43C93
Tints of Deep Cerise #D43C93
RGB
CMYK
RGB Variations
Color information
#D43C93 (or 0xD43C93) is known color: Deep Cerise. HEX triplet: D4, 3C and 93. RGB value is (212,60,147). Sum of RGB (Red+Green+Blue) = 212+60+147=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 60 (23.83% from 255 or 14.32% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43C93 is #2BC36C. Grayscale: #737373. Windows color (decimal): -2868077 or 9649364. OLE color: 9649364.
HSL color Cylindrical-coordinate representation of color #D43C93: hue angle of 325.66º 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 #D43C93 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 147 | - |
| CMYK | 0 | 0.72 | 0.31 | 0.17 |
| HSL | 325.66º | 0.64% | 0.53% | - |
| HSV(B) | 325.66º | 0.72% | 0.83% | - |
| XYZ | 34.03 | 19.34 | 29.54 | - |
| YUV | 115.37 | 145.86 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 147 | 0 | 0.72 | 0.31 | 0.17 | 325.66 | 0.64 | 0.53 |
| Hex | D4 | 3C | 93 | 0 | 48 | 1F | 11 | 146 | 40 | 35 |
| Octal | 324 | 74 | 223 | 0 | 110 | 37 | 21 | 506 | 100 | 65 |
| Binary | 11010100 | 111100 | 10010011 | 0 | 1001000 | 11111 | 10001 | 101000110 | 1000000 | 110101 |
Color Harmonies of #D43C93
Complementary color
Monochromatic Colors of #D43C93
Black with #D43C93
Text Example
Text Example
White with #D43C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C93; }
p { color: rgb(212,60,147); }
H1.HeaderClassName
{
color: #D43C93;
}
.AnyTagClassName
{
color: #D43C93;
}
</style>
background-color css
<style>
a { background-color: #D43C93; }
a { background-color: rgb(212,60,147); }
div.DivClassName
{
background-color: #D43C93;
}
.BgClassName
{
background-color: #D43C93;
}
</style>
border-color css
<style>
span { border-color: #D43C93; }
span { border-color: rgb(212,60,147); }
td.TdClassName
{
border-color: #D43C93;
}
.TagClassName
{
border-color: #D43C93;
}
</style>