Shades of Deep Cerise #D43BA3
Tints of Deep Cerise #D43BA3
RGB
CMYK
RGB Variations
Color information
#D43BA3 (or 0xD43BA3) is known color: Deep Cerise. HEX triplet: D4, 3B and A3. RGB value is (212,59,163). Sum of RGB (Red+Green+Blue) = 212+59+163=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 59 (23.44% from 255 or 13.59% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA3 is #2BC45C. Grayscale: #747474. Windows color (decimal): -2868317 or 10697684. OLE color: 10697684.
HSL color Cylindrical-coordinate representation of color #D43BA3: hue angle of 319.22º 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 #D43BA3 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 163 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.17 |
| HSL | 319.22º | 0.64% | 0.53% | - |
| HSV(B) | 319.22º | 0.72% | 0.83% | - |
| XYZ | 35.33 | 19.77 | 36.6 | - |
| YUV | 116.6 | 154.19 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 163 | 0 | 0.72 | 0.23 | 0.17 | 319.22 | 0.64 | 0.53 |
| Hex | D4 | 3B | A3 | 0 | 48 | 17 | 11 | 13F | 40 | 35 |
| Octal | 324 | 73 | 243 | 0 | 110 | 27 | 21 | 477 | 100 | 65 |
| Binary | 11010100 | 111011 | 10100011 | 0 | 1001000 | 10111 | 10001 | 100111111 | 1000000 | 110101 |
Color Harmonies of #D43BA3
Complementary color
Monochromatic Colors of #D43BA3
Black with #D43BA3
Text Example
Text Example
White with #D43BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BA3; }
p { color: rgb(212,59,163); }
H1.HeaderClassName
{
color: #D43BA3;
}
.AnyTagClassName
{
color: #D43BA3;
}
</style>
background-color css
<style>
a { background-color: #D43BA3; }
a { background-color: rgb(212,59,163); }
div.DivClassName
{
background-color: #D43BA3;
}
.BgClassName
{
background-color: #D43BA3;
}
</style>
border-color css
<style>
span { border-color: #D43BA3; }
span { border-color: rgb(212,59,163); }
td.TdClassName
{
border-color: #D43BA3;
}
.TagClassName
{
border-color: #D43BA3;
}
</style>