Shades of Deep Cerise #D43B9C
Tints of Deep Cerise #D43B9C
RGB
CMYK
RGB Variations
Color information
#D43B9C (or 0xD43B9C) is known color: Deep Cerise. HEX triplet: D4, 3B and 9C. RGB value is (212,59,156). Sum of RGB (Red+Green+Blue) = 212+59+156=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 59 (23.44% from 255 or 13.82% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B9C is #2BC463. Grayscale: #737373. Windows color (decimal): -2868324 or 10238932. OLE color: 10238932.
HSL color Cylindrical-coordinate representation of color #D43B9C: hue angle of 321.96º 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 #D43B9C is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 156 | - |
| CMYK | 0 | 0.72 | 0.26 | 0.17 |
| HSL | 321.96º | 0.64% | 0.53% | - |
| HSV(B) | 321.96º | 0.72% | 0.83% | - |
| XYZ | 34.72 | 19.53 | 33.39 | - |
| YUV | 115.81 | 150.69 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 156 | 0 | 0.72 | 0.26 | 0.17 | 321.96 | 0.64 | 0.53 |
| Hex | D4 | 3B | 9C | 0 | 48 | 1A | 11 | 142 | 40 | 35 |
| Octal | 324 | 73 | 234 | 0 | 110 | 32 | 21 | 502 | 100 | 65 |
| Binary | 11010100 | 111011 | 10011100 | 0 | 1001000 | 11010 | 10001 | 101000010 | 1000000 | 110101 |
Color Harmonies of #D43B9C
Complementary color
Monochromatic Colors of #D43B9C
Black with #D43B9C
Text Example
Text Example
White with #D43B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B9C; }
p { color: rgb(212,59,156); }
H1.HeaderClassName
{
color: #D43B9C;
}
.AnyTagClassName
{
color: #D43B9C;
}
</style>
background-color css
<style>
a { background-color: #D43B9C; }
a { background-color: rgb(212,59,156); }
div.DivClassName
{
background-color: #D43B9C;
}
.BgClassName
{
background-color: #D43B9C;
}
</style>
border-color css
<style>
span { border-color: #D43B9C; }
span { border-color: rgb(212,59,156); }
td.TdClassName
{
border-color: #D43B9C;
}
.TagClassName
{
border-color: #D43B9C;
}
</style>