Shades of Deep Cerise #D43C8F
Tints of Deep Cerise #D43C8F
RGB
CMYK
RGB Variations
Color information
#D43C8F (or 0xD43C8F) is known color: Deep Cerise. HEX triplet: D4, 3C and 8F. RGB value is (212,60,143). Sum of RGB (Red+Green+Blue) = 212+60+143=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43C8F is #2BC370. Grayscale: #727272. Windows color (decimal): -2868081 or 9387220. OLE color: 9387220.
HSL color Cylindrical-coordinate representation of color #D43C8F: hue angle of 327.24º 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 #D43C8F is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 60 | 143 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.17 |
| HSL | 327.24º | 0.64% | 0.53% | - |
| HSV(B) | 327.24º | 0.72% | 0.83% | - |
| XYZ | 33.73 | 19.21 | 27.92 | - |
| YUV | 114.91 | 143.86 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 60 | 143 | 0 | 0.72 | 0.33 | 0.17 | 327.24 | 0.64 | 0.53 |
| Hex | D4 | 3C | 8F | 0 | 48 | 21 | 11 | 147 | 40 | 35 |
| Octal | 324 | 74 | 217 | 0 | 110 | 41 | 21 | 507 | 100 | 65 |
| Binary | 11010100 | 111100 | 10001111 | 0 | 1001000 | 100001 | 10001 | 101000111 | 1000000 | 110101 |
Color Harmonies of #D43C8F
Complementary color
Monochromatic Colors of #D43C8F
Black with #D43C8F
Text Example
Text Example
White with #D43C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43C8F; }
p { color: rgb(212,60,143); }
H1.HeaderClassName
{
color: #D43C8F;
}
.AnyTagClassName
{
color: #D43C8F;
}
</style>
background-color css
<style>
a { background-color: #D43C8F; }
a { background-color: rgb(212,60,143); }
div.DivClassName
{
background-color: #D43C8F;
}
.BgClassName
{
background-color: #D43C8F;
}
</style>
border-color css
<style>
span { border-color: #D43C8F; }
span { border-color: rgb(212,60,143); }
td.TdClassName
{
border-color: #D43C8F;
}
.TagClassName
{
border-color: #D43C8F;
}
</style>