Shades of Deep Cerise #D42A8A
Tints of Deep Cerise #D42A8A
RGB
CMYK
RGB Variations
Color information
#D42A8A (or 0xD42A8A) is known color: Deep Cerise. HEX triplet: D4, 2A and 8A. RGB value is (212,42,138). Sum of RGB (Red+Green+Blue) = 212+42+138=392 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.08% from 392); Green value is 42 (16.80% from 255 or 10.71% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42A8A is #2BD575. Grayscale: #676767. Windows color (decimal): -2872694 or 9054932. OLE color: 9054932.
HSL color Cylindrical-coordinate representation of color #D42A8A: hue angle of 326.12º 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 #D42A8A is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 138 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.17 |
| HSL | 326.12º | 0.67% | 0.5% | - |
| HSV(B) | 326.12º | 0.8% | 0.83% | - |
| XYZ | 32.57 | 17.49 | 25.7 | - |
| YUV | 103.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 138 | 0 | 0.80 | 0.35 | 0.17 | 326.12 | 0.67 | 0.5 |
| Hex | D4 | 2A | 8A | 0 | 50 | 23 | 11 | 146 | 43 | 32 |
| Octal | 324 | 52 | 212 | 0 | 120 | 43 | 21 | 506 | 103 | 62 |
| Binary | 11010100 | 101010 | 10001010 | 0 | 1010000 | 100011 | 10001 | 101000110 | 1000011 | 110010 |
Color Harmonies of #D42A8A
Complementary color
Monochromatic Colors of #D42A8A
Black with #D42A8A
Text Example
Text Example
White with #D42A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A8A; }
p { color: rgb(212,42,138); }
H1.HeaderClassName
{
color: #D42A8A;
}
.AnyTagClassName
{
color: #D42A8A;
}
</style>
background-color css
<style>
a { background-color: #D42A8A; }
a { background-color: rgb(212,42,138); }
div.DivClassName
{
background-color: #D42A8A;
}
.BgClassName
{
background-color: #D42A8A;
}
</style>
border-color css
<style>
span { border-color: #D42A8A; }
span { border-color: rgb(212,42,138); }
td.TdClassName
{
border-color: #D42A8A;
}
.TagClassName
{
border-color: #D42A8A;
}
</style>