Shades of Deep Cerise #D42A7C
Tints of Deep Cerise #D42A7C
RGB
CMYK
RGB Variations
Color information
#D42A7C (or 0xD42A7C) is known color: Deep Cerise. HEX triplet: D4, 2A and 7C. RGB value is (212,42,124). Sum of RGB (Red+Green+Blue) = 212+42+124=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D42A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42A7C is #2BD583. Grayscale: #666666. Windows color (decimal): -2872708 or 8137428. OLE color: 8137428.
HSL color Cylindrical-coordinate representation of color #D42A7C: hue angle of 331.06º 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 #D42A7C is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 42 | 124 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.17 |
| HSL | 331.06º | 0.67% | 0.5% | - |
| HSV(B) | 331.06º | 0.8% | 0.83% | - |
| XYZ | 31.62 | 17.11 | 20.7 | - |
| YUV | 102.18 | 140.32 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 42 | 124 | 0 | 0.80 | 0.42 | 0.17 | 331.06 | 0.67 | 0.5 |
| Hex | D4 | 2A | 7C | 0 | 50 | 2A | 11 | 14B | 43 | 32 |
| Octal | 324 | 52 | 174 | 0 | 120 | 52 | 21 | 513 | 103 | 62 |
| Binary | 11010100 | 101010 | 1111100 | 0 | 1010000 | 101010 | 10001 | 101001011 | 1000011 | 110010 |
Color Harmonies of #D42A7C
Complementary color
Monochromatic Colors of #D42A7C
Black with #D42A7C
Text Example
Text Example
White with #D42A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42A7C; }
p { color: rgb(212,42,124); }
H1.HeaderClassName
{
color: #D42A7C;
}
.AnyTagClassName
{
color: #D42A7C;
}
</style>
background-color css
<style>
a { background-color: #D42A7C; }
a { background-color: rgb(212,42,124); }
div.DivClassName
{
background-color: #D42A7C;
}
.BgClassName
{
background-color: #D42A7C;
}
</style>
border-color css
<style>
span { border-color: #D42A7C; }
span { border-color: rgb(212,42,124); }
td.TdClassName
{
border-color: #D42A7C;
}
.TagClassName
{
border-color: #D42A7C;
}
</style>