Shades of Deep Cerise #D22E90
Tints of Deep Cerise #D22E90
RGB
CMYK
RGB Variations
Color information
#D22E90 (or 0xD22E90) is known color: Deep Cerise. HEX triplet: D2, 2E and 90. RGB value is (210,46,144). Sum of RGB (Red+Green+Blue) = 210+46+144=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22E90 is #2DD16F. Grayscale: #696969. Windows color (decimal): -3002736 or 9449170. OLE color: 9449170.
HSL color Cylindrical-coordinate representation of color #D22E90: hue angle of 324.15º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22E90 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 144 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.18 |
| HSL | 324.15º | 0.65% | 0.5% | - |
| HSV(B) | 324.15º | 0.78% | 0.82% | - |
| XYZ | 32.59 | 17.67 | 28.08 | - |
| YUV | 106.21 | 149.33 | 202.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 144 | 0 | 0.78 | 0.31 | 0.18 | 324.15 | 0.65 | 0.5 |
| Hex | D2 | 2E | 90 | 0 | 4E | 1F | 12 | 144 | 41 | 32 |
| Octal | 322 | 56 | 220 | 0 | 116 | 37 | 22 | 504 | 101 | 62 |
| Binary | 11010010 | 101110 | 10010000 | 0 | 1001110 | 11111 | 10010 | 101000100 | 1000001 | 110010 |
Color Harmonies of #D22E90
Complementary color
Monochromatic Colors of #D22E90
Black with #D22E90
Text Example
Text Example
White with #D22E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22E90; }
p { color: rgb(210,46,144); }
H1.HeaderClassName
{
color: #D22E90;
}
.AnyTagClassName
{
color: #D22E90;
}
</style>
background-color css
<style>
a { background-color: #D22E90; }
a { background-color: rgb(210,46,144); }
div.DivClassName
{
background-color: #D22E90;
}
.BgClassName
{
background-color: #D22E90;
}
</style>
border-color css
<style>
span { border-color: #D22E90; }
span { border-color: rgb(210,46,144); }
td.TdClassName
{
border-color: #D22E90;
}
.TagClassName
{
border-color: #D22E90;
}
</style>