Shades of Deep Cerise #D43B7C
Tints of Deep Cerise #D43B7C
RGB
CMYK
RGB Variations
Color information
#D43B7C (or 0xD43B7C) is known color: Deep Cerise. HEX triplet: D4, 3B and 7C. RGB value is (212,59,124). Sum of RGB (Red+Green+Blue) = 212+59+124=395 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.67% from 395); Green value is 59 (23.44% from 255 or 14.94% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43B7C is #2BC483. Grayscale: #707070. Windows color (decimal): -2868356 or 8141780. OLE color: 8141780.
HSL color Cylindrical-coordinate representation of color #D43B7C: hue angle of 334.51º 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 #D43B7C is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 124 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.17 |
| HSL | 334.51º | 0.64% | 0.53% | - |
| HSV(B) | 334.51º | 0.72% | 0.83% | - |
| XYZ | 32.35 | 18.58 | 20.95 | - |
| YUV | 112.16 | 134.69 | 199.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 124 | 0 | 0.72 | 0.42 | 0.17 | 334.51 | 0.64 | 0.53 |
| Hex | D4 | 3B | 7C | 0 | 48 | 2A | 11 | 14F | 40 | 35 |
| Octal | 324 | 73 | 174 | 0 | 110 | 52 | 21 | 517 | 100 | 65 |
| Binary | 11010100 | 111011 | 1111100 | 0 | 1001000 | 101010 | 10001 | 101001111 | 1000000 | 110101 |
Color Harmonies of #D43B7C
Complementary color
Monochromatic Colors of #D43B7C
Black with #D43B7C
Text Example
Text Example
White with #D43B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B7C; }
p { color: rgb(212,59,124); }
H1.HeaderClassName
{
color: #D43B7C;
}
.AnyTagClassName
{
color: #D43B7C;
}
</style>
background-color css
<style>
a { background-color: #D43B7C; }
a { background-color: rgb(212,59,124); }
div.DivClassName
{
background-color: #D43B7C;
}
.BgClassName
{
background-color: #D43B7C;
}
</style>
border-color css
<style>
span { border-color: #D43B7C; }
span { border-color: rgb(212,59,124); }
td.TdClassName
{
border-color: #D43B7C;
}
.TagClassName
{
border-color: #D43B7C;
}
</style>