Shades of Deep Cerise #D43A8F
Tints of Deep Cerise #D43A8F
RGB
CMYK
RGB Variations
Color information
#D43A8F (or 0xD43A8F) is known color: Deep Cerise. HEX triplet: D4, 3A and 8F. RGB value is (212,58,143). Sum of RGB (Red+Green+Blue) = 212+58+143=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43A8F is #2BC570. Grayscale: #717171. Windows color (decimal): -2868593 or 9386708. OLE color: 9386708.
HSL color Cylindrical-coordinate representation of color #D43A8F: hue angle of 326.88º 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 #D43A8F is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 58 | 143 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.17 |
| HSL | 326.88º | 0.64% | 0.53% | - |
| HSV(B) | 326.88º | 0.73% | 0.83% | - |
| XYZ | 33.62 | 19.01 | 27.88 | - |
| YUV | 113.74 | 144.52 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 58 | 143 | 0 | 0.73 | 0.33 | 0.17 | 326.88 | 0.64 | 0.53 |
| Hex | D4 | 3A | 8F | 0 | 49 | 21 | 11 | 147 | 40 | 35 |
| Octal | 324 | 72 | 217 | 0 | 111 | 41 | 21 | 507 | 100 | 65 |
| Binary | 11010100 | 111010 | 10001111 | 0 | 1001001 | 100001 | 10001 | 101000111 | 1000000 | 110101 |
Color Harmonies of #D43A8F
Complementary color
Monochromatic Colors of #D43A8F
Black with #D43A8F
Text Example
Text Example
White with #D43A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43A8F; }
p { color: rgb(212,58,143); }
H1.HeaderClassName
{
color: #D43A8F;
}
.AnyTagClassName
{
color: #D43A8F;
}
</style>
background-color css
<style>
a { background-color: #D43A8F; }
a { background-color: rgb(212,58,143); }
div.DivClassName
{
background-color: #D43A8F;
}
.BgClassName
{
background-color: #D43A8F;
}
</style>
border-color css
<style>
span { border-color: #D43A8F; }
span { border-color: rgb(212,58,143); }
td.TdClassName
{
border-color: #D43A8F;
}
.TagClassName
{
border-color: #D43A8F;
}
</style>