Shades of Deep Cerise #D43B87
Tints of Deep Cerise #D43B87
RGB
CMYK
RGB Variations
Color information
#D43B87 (or 0xD43B87) is known color: Deep Cerise. HEX triplet: D4, 3B and 87. RGB value is (212,59,135). Sum of RGB (Red+Green+Blue) = 212+59+135=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 59 (23.44% from 255 or 14.53% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B87 is #2BC478. Grayscale: #717171. Windows color (decimal): -2868345 or 8862676. OLE color: 8862676.
HSL color Cylindrical-coordinate representation of color #D43B87: hue angle of 330.2º 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 #D43B87 is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 135 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.17 |
| HSL | 330.2º | 0.64% | 0.53% | - |
| HSV(B) | 330.2º | 0.72% | 0.83% | - |
| XYZ | 33.09 | 18.87 | 24.82 | - |
| YUV | 113.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 135 | 0 | 0.72 | 0.36 | 0.17 | 330.2 | 0.64 | 0.53 |
| Hex | D4 | 3B | 87 | 0 | 48 | 24 | 11 | 14A | 40 | 35 |
| Octal | 324 | 73 | 207 | 0 | 110 | 44 | 21 | 512 | 100 | 65 |
| Binary | 11010100 | 111011 | 10000111 | 0 | 1001000 | 100100 | 10001 | 101001010 | 1000000 | 110101 |
Color Harmonies of #D43B87
Complementary color
Monochromatic Colors of #D43B87
Black with #D43B87
Text Example
Text Example
White with #D43B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B87; }
p { color: rgb(212,59,135); }
H1.HeaderClassName
{
color: #D43B87;
}
.AnyTagClassName
{
color: #D43B87;
}
</style>
background-color css
<style>
a { background-color: #D43B87; }
a { background-color: rgb(212,59,135); }
div.DivClassName
{
background-color: #D43B87;
}
.BgClassName
{
background-color: #D43B87;
}
</style>
border-color css
<style>
span { border-color: #D43B87; }
span { border-color: rgb(212,59,135); }
td.TdClassName
{
border-color: #D43B87;
}
.TagClassName
{
border-color: #D43B87;
}
</style>