Shades of Deep Cerise #D42AA6
Tints of Deep Cerise #D42AA6
RGB
CMYK
RGB Variations
Color information
#D42AA6 (or 0xD42AA6) is known color: Deep Cerise. HEX triplet: D4, 2A and A6. RGB value is (212,42,166). Sum of RGB (Red+Green+Blue) = 212+42+166=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 166 (65.23% from 255 or 39.52% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D42AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42AA6 is #2BD559. Grayscale: #6A6A6A. Windows color (decimal): -2872666 or 10889940. OLE color: 10889940.
HSL color Cylindrical-coordinate representation of color #D42AA6: hue angle of 316.24º degrees, saturation: 0.67, 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 #D42AA6 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 166 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.17 |
| HSL | 316.24º | 0.67% | 0.5% | - |
| HSV(B) | 316.24º | 0.8% | 0.83% | - |
| XYZ | 34.86 | 18.41 | 37.79 | - |
| YUV | 106.97 | 161.32 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 166 | 0 | 0.80 | 0.22 | 0.17 | 316.24 | 0.67 | 0.5 |
| Hex | D4 | 2A | A6 | 0 | 50 | 16 | 11 | 13C | 43 | 32 |
| Octal | 324 | 52 | 246 | 0 | 120 | 26 | 21 | 474 | 103 | 62 |
| Binary | 11010100 | 101010 | 10100110 | 0 | 1010000 | 10110 | 10001 | 100111100 | 1000011 | 110010 |
Color Harmonies of #D42AA6
Complementary color
Monochromatic Colors of #D42AA6
Black with #D42AA6
Text Example
Text Example
White with #D42AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AA6; }
p { color: rgb(212,42,166); }
H1.HeaderClassName
{
color: #D42AA6;
}
.AnyTagClassName
{
color: #D42AA6;
}
</style>
background-color css
<style>
a { background-color: #D42AA6; }
a { background-color: rgb(212,42,166); }
div.DivClassName
{
background-color: #D42AA6;
}
.BgClassName
{
background-color: #D42AA6;
}
</style>
border-color css
<style>
span { border-color: #D42AA6; }
span { border-color: rgb(212,42,166); }
td.TdClassName
{
border-color: #D42AA6;
}
.TagClassName
{
border-color: #D42AA6;
}
</style>