Shades of Deep Cerise #D22F90
Tints of Deep Cerise #D22F90
RGB
CMYK
RGB Variations
Color information
#D22F90 (or 0xD22F90) is known color: Deep Cerise. HEX triplet: D2, 2F and 90. RGB value is (210,47,144). Sum of RGB (Red+Green+Blue) = 210+47+144=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 47 (18.75% from 255 or 11.72% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F90 is #2DD06F. Grayscale: #6A6A6A. Windows color (decimal): -3002480 or 9449426. OLE color: 9449426.
HSL color Cylindrical-coordinate representation of color #D22F90: hue angle of 324.29º degrees, saturation: 0.64, 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 #D22F90 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 144 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.18 |
| HSL | 324.29º | 0.64% | 0.5% | - |
| HSV(B) | 324.29º | 0.78% | 0.82% | - |
| XYZ | 32.63 | 17.75 | 28.09 | - |
| YUV | 106.8 | 149 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 144 | 0 | 0.78 | 0.31 | 0.18 | 324.29 | 0.64 | 0.5 |
| Hex | D2 | 2F | 90 | 0 | 4E | 1F | 12 | 144 | 40 | 32 |
| Octal | 322 | 57 | 220 | 0 | 116 | 37 | 22 | 504 | 100 | 62 |
| Binary | 11010010 | 101111 | 10010000 | 0 | 1001110 | 11111 | 10010 | 101000100 | 1000000 | 110010 |
Color Harmonies of #D22F90
Complementary color
Monochromatic Colors of #D22F90
Black with #D22F90
Text Example
Text Example
White with #D22F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F90; }
p { color: rgb(210,47,144); }
H1.HeaderClassName
{
color: #D22F90;
}
.AnyTagClassName
{
color: #D22F90;
}
</style>
background-color css
<style>
a { background-color: #D22F90; }
a { background-color: rgb(210,47,144); }
div.DivClassName
{
background-color: #D22F90;
}
.BgClassName
{
background-color: #D22F90;
}
</style>
border-color css
<style>
span { border-color: #D22F90; }
span { border-color: rgb(210,47,144); }
td.TdClassName
{
border-color: #D22F90;
}
.TagClassName
{
border-color: #D22F90;
}
</style>