Shades of Deep Cerise #D43F93
Tints of Deep Cerise #D43F93
RGB
CMYK
RGB Variations
Color information
#D43F93 (or 0xD43F93) is known color: Deep Cerise. HEX triplet: D4, 3F and 93. RGB value is (212,63,147). Sum of RGB (Red+Green+Blue) = 212+63+147=422 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.24% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 212 - color contains mainly: red. Hex color #D43F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43F93 is #2BC06C. Grayscale: #747474. Windows color (decimal): -2867309 or 9650132. OLE color: 9650132.
HSL color Cylindrical-coordinate representation of color #D43F93: hue angle of 326.17º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43F93 is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 63 | 147 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.17 |
| HSL | 326.17º | 0.63% | 0.54% | - |
| HSV(B) | 326.17º | 0.7% | 0.83% | - |
| XYZ | 34.2 | 19.66 | 29.6 | - |
| YUV | 117.13 | 144.86 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 63 | 147 | 0 | 0.70 | 0.31 | 0.17 | 326.17 | 0.63 | 0.54 |
| Hex | D4 | 3F | 93 | 0 | 46 | 1F | 11 | 146 | 3F | 36 |
| Octal | 324 | 77 | 223 | 0 | 106 | 37 | 21 | 506 | 77 | 66 |
| Binary | 11010100 | 111111 | 10010011 | 0 | 1000110 | 11111 | 10001 | 101000110 | 111111 | 110110 |
Color Harmonies of #D43F93
Complementary color
Monochromatic Colors of #D43F93
Black with #D43F93
Text Example
Text Example
White with #D43F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43F93; }
p { color: rgb(212,63,147); }
H1.HeaderClassName
{
color: #D43F93;
}
.AnyTagClassName
{
color: #D43F93;
}
</style>
background-color css
<style>
a { background-color: #D43F93; }
a { background-color: rgb(212,63,147); }
div.DivClassName
{
background-color: #D43F93;
}
.BgClassName
{
background-color: #D43F93;
}
</style>
border-color css
<style>
span { border-color: #D43F93; }
span { border-color: rgb(212,63,147); }
td.TdClassName
{
border-color: #D43F93;
}
.TagClassName
{
border-color: #D43F93;
}
</style>