Shades of Deep Cerise #D43B85
Tints of Deep Cerise #D43B85
RGB
CMYK
RGB Variations
Color information
#D43B85 (or 0xD43B85) is known color: Deep Cerise. HEX triplet: D4, 3B and 85. RGB value is (212,59,133). Sum of RGB (Red+Green+Blue) = 212+59+133=404 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.48% from 404); Green value is 59 (23.44% from 255 or 14.60% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 212 - color contains mainly: red. Hex color #D43B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43B85 is #2BC47A. Grayscale: #717171. Windows color (decimal): -2868347 or 8731604. OLE color: 8731604.
HSL color Cylindrical-coordinate representation of color #D43B85: hue angle of 330.98º 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 #D43B85 is Cyan = 0, Magento = 0.72, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 133 | - |
| CMYK | 0 | 0.72 | 0.37 | 0.17 |
| HSL | 330.98º | 0.64% | 0.53% | - |
| HSV(B) | 330.98º | 0.72% | 0.83% | - |
| XYZ | 32.95 | 18.82 | 24.09 | - |
| YUV | 113.18 | 139.19 | 198.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 133 | 0 | 0.72 | 0.37 | 0.17 | 330.98 | 0.64 | 0.53 |
| Hex | D4 | 3B | 85 | 0 | 48 | 25 | 11 | 14B | 40 | 35 |
| Octal | 324 | 73 | 205 | 0 | 110 | 45 | 21 | 513 | 100 | 65 |
| Binary | 11010100 | 111011 | 10000101 | 0 | 1001000 | 100101 | 10001 | 101001011 | 1000000 | 110101 |
Color Harmonies of #D43B85
Complementary color
Monochromatic Colors of #D43B85
Black with #D43B85
Text Example
Text Example
White with #D43B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43B85; }
p { color: rgb(212,59,133); }
H1.HeaderClassName
{
color: #D43B85;
}
.AnyTagClassName
{
color: #D43B85;
}
</style>
background-color css
<style>
a { background-color: #D43B85; }
a { background-color: rgb(212,59,133); }
div.DivClassName
{
background-color: #D43B85;
}
.BgClassName
{
background-color: #D43B85;
}
</style>
border-color css
<style>
span { border-color: #D43B85; }
span { border-color: rgb(212,59,133); }
td.TdClassName
{
border-color: #D43B85;
}
.TagClassName
{
border-color: #D43B85;
}
</style>