Shades of Deep Cerise #D42BAA
Tints of Deep Cerise #D42BAA
RGB
CMYK
RGB Variations
Color information
#D42BAA (or 0xD42BAA) is known color: Deep Cerise. HEX triplet: D4, 2B and AA. RGB value is (212,43,170). Sum of RGB (Red+Green+Blue) = 212+43+170=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 43 (17.19% from 255 or 10.12% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42BAA is #2BD455. Grayscale: #6B6B6B. Windows color (decimal): -2872406 or 11152340. OLE color: 11152340.
HSL color Cylindrical-coordinate representation of color #D42BAA: hue angle of 314.91º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42BAA is Cyan = 0, Magento = 0.80, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 170 | - |
| CMYK | 0 | 0.80 | 0.20 | 0.17 |
| HSL | 314.91º | 0.66% | 0.5% | - |
| HSV(B) | 314.91º | 0.8% | 0.83% | - |
| XYZ | 35.27 | 18.63 | 39.77 | - |
| YUV | 108.01 | 162.99 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 170 | 0 | 0.80 | 0.20 | 0.17 | 314.91 | 0.66 | 0.5 |
| Hex | D4 | 2B | AA | 0 | 50 | 14 | 11 | 13B | 42 | 32 |
| Octal | 324 | 53 | 252 | 0 | 120 | 24 | 21 | 473 | 102 | 62 |
| Binary | 11010100 | 101011 | 10101010 | 0 | 1010000 | 10100 | 10001 | 100111011 | 1000010 | 110010 |
Color Harmonies of #D42BAA
Complementary color
Monochromatic Colors of #D42BAA
Black with #D42BAA
Text Example
Text Example
White with #D42BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42BAA; }
p { color: rgb(212,43,170); }
H1.HeaderClassName
{
color: #D42BAA;
}
.AnyTagClassName
{
color: #D42BAA;
}
</style>
background-color css
<style>
a { background-color: #D42BAA; }
a { background-color: rgb(212,43,170); }
div.DivClassName
{
background-color: #D42BAA;
}
.BgClassName
{
background-color: #D42BAA;
}
</style>
border-color css
<style>
span { border-color: #D42BAA; }
span { border-color: rgb(212,43,170); }
td.TdClassName
{
border-color: #D42BAA;
}
.TagClassName
{
border-color: #D42BAA;
}
</style>