Shades of Deep Cerise #D42DAA
Tints of Deep Cerise #D42DAA
RGB
CMYK
RGB Variations
Color information
#D42DAA (or 0xD42DAA) is known color: Deep Cerise. HEX triplet: D4, 2D and AA. RGB value is (212,45,170). Sum of RGB (Red+Green+Blue) = 212+45+170=427 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.65% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 212 - color contains mainly: red. Hex color #D42DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42DAA is #2BD255. Grayscale: #6C6C6C. Windows color (decimal): -2871894 or 11152852. OLE color: 11152852.
HSL color Cylindrical-coordinate representation of color #D42DAA: hue angle of 315.09º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D42DAA is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 170 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.17 |
| HSL | 315.09º | 0.66% | 0.5% | - |
| HSV(B) | 315.09º | 0.79% | 0.83% | - |
| XYZ | 35.35 | 18.78 | 39.79 | - |
| YUV | 109.18 | 162.33 | 201.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 170 | 0 | 0.79 | 0.20 | 0.17 | 315.09 | 0.66 | 0.5 |
| Hex | D4 | 2D | AA | 0 | 4F | 14 | 11 | 13B | 42 | 32 |
| Octal | 324 | 55 | 252 | 0 | 117 | 24 | 21 | 473 | 102 | 62 |
| Binary | 11010100 | 101101 | 10101010 | 0 | 1001111 | 10100 | 10001 | 100111011 | 1000010 | 110010 |
Color Harmonies of #D42DAA
Complementary color
Monochromatic Colors of #D42DAA
Black with #D42DAA
Text Example
Text Example
White with #D42DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42DAA; }
p { color: rgb(212,45,170); }
H1.HeaderClassName
{
color: #D42DAA;
}
.AnyTagClassName
{
color: #D42DAA;
}
</style>
background-color css
<style>
a { background-color: #D42DAA; }
a { background-color: rgb(212,45,170); }
div.DivClassName
{
background-color: #D42DAA;
}
.BgClassName
{
background-color: #D42DAA;
}
</style>
border-color css
<style>
span { border-color: #D42DAA; }
span { border-color: rgb(212,45,170); }
td.TdClassName
{
border-color: #D42DAA;
}
.TagClassName
{
border-color: #D42DAA;
}
</style>