Shades of Deep Cerise #D42AA2
Tints of Deep Cerise #D42AA2
RGB
CMYK
RGB Variations
Color information
#D42AA2 (or 0xD42AA2) is known color: Deep Cerise. HEX triplet: D4, 2A and A2. RGB value is (212,42,162). Sum of RGB (Red+Green+Blue) = 212+42+162=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 42 (16.80% from 255 or 10.10% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D42AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42AA2 is #2BD55D. Grayscale: #6A6A6A. Windows color (decimal): -2872670 or 10627796. OLE color: 10627796.
HSL color Cylindrical-coordinate representation of color #D42AA2: hue angle of 317.65º 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 #D42AA2 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 162 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.17 |
| HSL | 317.65º | 0.67% | 0.5% | - |
| HSV(B) | 317.65º | 0.8% | 0.83% | - |
| XYZ | 34.5 | 18.26 | 35.89 | - |
| YUV | 106.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 162 | 0 | 0.80 | 0.24 | 0.17 | 317.65 | 0.67 | 0.5 |
| Hex | D4 | 2A | A2 | 0 | 50 | 18 | 11 | 13E | 43 | 32 |
| Octal | 324 | 52 | 242 | 0 | 120 | 30 | 21 | 476 | 103 | 62 |
| Binary | 11010100 | 101010 | 10100010 | 0 | 1010000 | 11000 | 10001 | 100111110 | 1000011 | 110010 |
Color Harmonies of #D42AA2
Complementary color
Monochromatic Colors of #D42AA2
Black with #D42AA2
Text Example
Text Example
White with #D42AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42AA2; }
p { color: rgb(212,42,162); }
H1.HeaderClassName
{
color: #D42AA2;
}
.AnyTagClassName
{
color: #D42AA2;
}
</style>
background-color css
<style>
a { background-color: #D42AA2; }
a { background-color: rgb(212,42,162); }
div.DivClassName
{
background-color: #D42AA2;
}
.BgClassName
{
background-color: #D42AA2;
}
</style>
border-color css
<style>
span { border-color: #D42AA2; }
span { border-color: rgb(212,42,162); }
td.TdClassName
{
border-color: #D42AA2;
}
.TagClassName
{
border-color: #D42AA2;
}
</style>