Shades of Deep Cerise #D42A9C
Tints of Deep Cerise #D42A9C
RGB
CMYK
RGB Variations
Color information
#D42A9C (or 0xD42A9C) is known color: Deep Cerise. HEX triplet: D4, 2A and 9C. RGB value is (212,42,156). Sum of RGB (Red+Green+Blue) = 212+42+156=410 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.71% from 410); Green value is 42 (16.80% from 255 or 10.24% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42A9C is #2BD563. Grayscale: #696969. Windows color (decimal): -2872676 or 10234580. OLE color: 10234580.
HSL color Cylindrical-coordinate representation of color #D42A9C: hue angle of 319.76º 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 #D42A9C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 156 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.17 |
| HSL | 319.76º | 0.67% | 0.5% | - |
| HSV(B) | 319.76º | 0.8% | 0.83% | - |
| XYZ | 33.98 | 18.05 | 33.15 | - |
| YUV | 105.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 156 | 0 | 0.80 | 0.26 | 0.17 | 319.76 | 0.67 | 0.5 |
| Hex | D4 | 2A | 9C | 0 | 50 | 1A | 11 | 140 | 43 | 32 |
| Octal | 324 | 52 | 234 | 0 | 120 | 32 | 21 | 500 | 103 | 62 |
| Binary | 11010100 | 101010 | 10011100 | 0 | 1010000 | 11010 | 10001 | 101000000 | 1000011 | 110010 |
Color Harmonies of #D42A9C
Complementary color
Monochromatic Colors of #D42A9C
Black with #D42A9C
Text Example
Text Example
White with #D42A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A9C; }
p { color: rgb(212,42,156); }
H1.HeaderClassName
{
color: #D42A9C;
}
.AnyTagClassName
{
color: #D42A9C;
}
</style>
background-color css
<style>
a { background-color: #D42A9C; }
a { background-color: rgb(212,42,156); }
div.DivClassName
{
background-color: #D42A9C;
}
.BgClassName
{
background-color: #D42A9C;
}
</style>
border-color css
<style>
span { border-color: #D42A9C; }
span { border-color: rgb(212,42,156); }
td.TdClassName
{
border-color: #D42A9C;
}
.TagClassName
{
border-color: #D42A9C;
}
</style>