Shades of Deep Cerise #D42C8C
Tints of Deep Cerise #D42C8C
RGB
CMYK
RGB Variations
Color information
#D42C8C (or 0xD42C8C) is known color: Deep Cerise. HEX triplet: D4, 2C and 8C. RGB value is (212,44,140). Sum of RGB (Red+Green+Blue) = 212+44+140=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 44 (17.58% from 255 or 11.11% from 396); Blue value is 140 (55.08% from 255 or 35.35% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D42C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42C8C is #2BD373. Grayscale: #686868. Windows color (decimal): -2872180 or 9186516. OLE color: 9186516.
HSL color Cylindrical-coordinate representation of color #D42C8C: hue angle of 325.71º 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 #D42C8C is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 44 | 140 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.17 |
| HSL | 325.71º | 0.66% | 0.5% | - |
| HSV(B) | 325.71º | 0.79% | 0.83% | - |
| XYZ | 32.79 | 17.69 | 26.5 | - |
| YUV | 105.18 | 147.66 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 44 | 140 | 0 | 0.79 | 0.34 | 0.17 | 325.71 | 0.66 | 0.5 |
| Hex | D4 | 2C | 8C | 0 | 4F | 22 | 11 | 146 | 42 | 32 |
| Octal | 324 | 54 | 214 | 0 | 117 | 42 | 21 | 506 | 102 | 62 |
| Binary | 11010100 | 101100 | 10001100 | 0 | 1001111 | 100010 | 10001 | 101000110 | 1000010 | 110010 |
Color Harmonies of #D42C8C
Complementary color
Monochromatic Colors of #D42C8C
Black with #D42C8C
Text Example
Text Example
White with #D42C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42C8C; }
p { color: rgb(212,44,140); }
H1.HeaderClassName
{
color: #D42C8C;
}
.AnyTagClassName
{
color: #D42C8C;
}
</style>
background-color css
<style>
a { background-color: #D42C8C; }
a { background-color: rgb(212,44,140); }
div.DivClassName
{
background-color: #D42C8C;
}
.BgClassName
{
background-color: #D42C8C;
}
</style>
border-color css
<style>
span { border-color: #D42C8C; }
span { border-color: rgb(212,44,140); }
td.TdClassName
{
border-color: #D42C8C;
}
.TagClassName
{
border-color: #D42C8C;
}
</style>