Shades of Deep Cerise #D42B90
Tints of Deep Cerise #D42B90
RGB
CMYK
RGB Variations
Color information
#D42B90 (or 0xD42B90) is known color: Deep Cerise. HEX triplet: D4, 2B and 90. RGB value is (212,43,144). Sum of RGB (Red+Green+Blue) = 212+43+144=399 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.13% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 212 - color contains mainly: red. Hex color #D42B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D42B90 is #2BD46F. Grayscale: #686868. Windows color (decimal): -2872432 or 9448404. OLE color: 9448404.
HSL color Cylindrical-coordinate representation of color #D42B90: hue angle of 324.14º degrees, saturation: 0.66, 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 #D42B90 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 43 | 144 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.17 |
| HSL | 324.14º | 0.66% | 0.5% | - |
| HSV(B) | 324.14º | 0.8% | 0.83% | - |
| XYZ | 33.05 | 17.74 | 28.07 | - |
| YUV | 105.05 | 149.99 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 43 | 144 | 0 | 0.80 | 0.32 | 0.17 | 324.14 | 0.66 | 0.5 |
| Hex | D4 | 2B | 90 | 0 | 50 | 20 | 11 | 144 | 42 | 32 |
| Octal | 324 | 53 | 220 | 0 | 120 | 40 | 21 | 504 | 102 | 62 |
| Binary | 11010100 | 101011 | 10010000 | 0 | 1010000 | 100000 | 10001 | 101000100 | 1000010 | 110010 |
Color Harmonies of #D42B90
Complementary color
Monochromatic Colors of #D42B90
Black with #D42B90
Text Example
Text Example
White with #D42B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42B90; }
p { color: rgb(212,43,144); }
H1.HeaderClassName
{
color: #D42B90;
}
.AnyTagClassName
{
color: #D42B90;
}
</style>
background-color css
<style>
a { background-color: #D42B90; }
a { background-color: rgb(212,43,144); }
div.DivClassName
{
background-color: #D42B90;
}
.BgClassName
{
background-color: #D42B90;
}
</style>
border-color css
<style>
span { border-color: #D42B90; }
span { border-color: rgb(212,43,144); }
td.TdClassName
{
border-color: #D42B90;
}
.TagClassName
{
border-color: #D42B90;
}
</style>