Shades of Deep Cerise #D42890
Tints of Deep Cerise #D42890
RGB
CMYK
RGB Variations
Color information
#D42890 (or 0xD42890) is known color: Deep Cerise. HEX triplet: D4, 28 and 90. RGB value is (212,40,144). Sum of RGB (Red+Green+Blue) = 212+40+144=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D42890 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42890 is #2BD76F. Grayscale: #676767. Windows color (decimal): -2873200 or 9447636. OLE color: 9447636.
HSL color Cylindrical-coordinate representation of color #D42890: hue angle of 323.72º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D42890 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 40 | 144 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.17 |
| HSL | 323.72º | 0.68% | 0.49% | - |
| HSV(B) | 323.72º | 0.81% | 0.83% | - |
| XYZ | 32.94 | 17.53 | 28.03 | - |
| YUV | 103.28 | 150.98 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 40 | 144 | 0 | 0.81 | 0.32 | 0.17 | 323.72 | 0.68 | 0.49 |
| Hex | D4 | 28 | 90 | 0 | 51 | 20 | 11 | 144 | 44 | 31 |
| Octal | 324 | 50 | 220 | 0 | 121 | 40 | 21 | 504 | 104 | 61 |
| Binary | 11010100 | 101000 | 10010000 | 0 | 1010001 | 100000 | 10001 | 101000100 | 1000100 | 110001 |
Color Harmonies of #D42890
Complementary color
Monochromatic Colors of #D42890
Black with #D42890
Text Example
Text Example
White with #D42890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42890; }
p { color: rgb(212,40,144); }
H1.HeaderClassName
{
color: #D42890;
}
.AnyTagClassName
{
color: #D42890;
}
</style>
background-color css
<style>
a { background-color: #D42890; }
a { background-color: rgb(212,40,144); }
div.DivClassName
{
background-color: #D42890;
}
.BgClassName
{
background-color: #D42890;
}
</style>
border-color css
<style>
span { border-color: #D42890; }
span { border-color: rgb(212,40,144); }
td.TdClassName
{
border-color: #D42890;
}
.TagClassName
{
border-color: #D42890;
}
</style>