Shades of Deep Cerise #D43BA6
Tints of Deep Cerise #D43BA6
RGB
CMYK
RGB Variations
Color information
#D43BA6 (or 0xD43BA6) is known color: Deep Cerise. HEX triplet: D4, 3B and A6. RGB value is (212,59,166). Sum of RGB (Red+Green+Blue) = 212+59+166=437 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.51% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 166 (65.23% from 255 or 37.99% from 437); Max value from RGB is 212 - color contains mainly: red. Hex color #D43BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43BA6 is #2BC459. Grayscale: #747474. Windows color (decimal): -2868314 or 10894292. OLE color: 10894292.
HSL color Cylindrical-coordinate representation of color #D43BA6: hue angle of 318.04º 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 #D43BA6 is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 59 | 166 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.17 |
| HSL | 318.04º | 0.64% | 0.53% | - |
| HSV(B) | 318.04º | 0.72% | 0.83% | - |
| XYZ | 35.6 | 19.88 | 38.04 | - |
| YUV | 116.95 | 155.69 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 59 | 166 | 0 | 0.72 | 0.22 | 0.17 | 318.04 | 0.64 | 0.53 |
| Hex | D4 | 3B | A6 | 0 | 48 | 16 | 11 | 13E | 40 | 35 |
| Octal | 324 | 73 | 246 | 0 | 110 | 26 | 21 | 476 | 100 | 65 |
| Binary | 11010100 | 111011 | 10100110 | 0 | 1001000 | 10110 | 10001 | 100111110 | 1000000 | 110101 |
Color Harmonies of #D43BA6
Complementary color
Monochromatic Colors of #D43BA6
Black with #D43BA6
Text Example
Text Example
White with #D43BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D43BA6; }
p { color: rgb(212,59,166); }
H1.HeaderClassName
{
color: #D43BA6;
}
.AnyTagClassName
{
color: #D43BA6;
}
</style>
background-color css
<style>
a { background-color: #D43BA6; }
a { background-color: rgb(212,59,166); }
div.DivClassName
{
background-color: #D43BA6;
}
.BgClassName
{
background-color: #D43BA6;
}
</style>
border-color css
<style>
span { border-color: #D43BA6; }
span { border-color: rgb(212,59,166); }
td.TdClassName
{
border-color: #D43BA6;
}
.TagClassName
{
border-color: #D43BA6;
}
</style>