Shades of Deep Cerise #D42D7C
Tints of Deep Cerise #D42D7C
RGB
CMYK
RGB Variations
Color information
#D42D7C (or 0xD42D7C) is known color: Deep Cerise. HEX triplet: D4, 2D and 7C. RGB value is (212,45,124). Sum of RGB (Red+Green+Blue) = 212+45+124=381 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.64% from 381); Green value is 45 (17.97% from 255 or 11.81% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 212 - color contains mainly: red. Hex color #D42D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D42D7C is #2BD283. Grayscale: #676767. Windows color (decimal): -2871940 or 8138196. OLE color: 8138196.
HSL color Cylindrical-coordinate representation of color #D42D7C: hue angle of 331.62º 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 #D42D7C is Cyan = 0, Magento = 0.79, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 45 | 124 | - |
| CMYK | 0 | 0.79 | 0.42 | 0.17 |
| HSL | 331.62º | 0.66% | 0.5% | - |
| HSV(B) | 331.62º | 0.79% | 0.83% | - |
| XYZ | 31.73 | 17.33 | 20.74 | - |
| YUV | 103.94 | 139.33 | 205.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 45 | 124 | 0 | 0.79 | 0.42 | 0.17 | 331.62 | 0.66 | 0.5 |
| Hex | D4 | 2D | 7C | 0 | 4F | 2A | 11 | 14C | 42 | 32 |
| Octal | 324 | 55 | 174 | 0 | 117 | 52 | 21 | 514 | 102 | 62 |
| Binary | 11010100 | 101101 | 1111100 | 0 | 1001111 | 101010 | 10001 | 101001100 | 1000010 | 110010 |
Color Harmonies of #D42D7C
Complementary color
Monochromatic Colors of #D42D7C
Black with #D42D7C
Text Example
Text Example
White with #D42D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42D7C; }
p { color: rgb(212,45,124); }
H1.HeaderClassName
{
color: #D42D7C;
}
.AnyTagClassName
{
color: #D42D7C;
}
</style>
background-color css
<style>
a { background-color: #D42D7C; }
a { background-color: rgb(212,45,124); }
div.DivClassName
{
background-color: #D42D7C;
}
.BgClassName
{
background-color: #D42D7C;
}
</style>
border-color css
<style>
span { border-color: #D42D7C; }
span { border-color: rgb(212,45,124); }
td.TdClassName
{
border-color: #D42D7C;
}
.TagClassName
{
border-color: #D42D7C;
}
</style>