Shades of Deep Cerise #D22C90
Tints of Deep Cerise #D22C90
RGB
CMYK
RGB Variations
Color information
#D22C90 (or 0xD22C90) is known color: Deep Cerise. HEX triplet: D2, 2C and 90. RGB value is (210,44,144). Sum of RGB (Red+Green+Blue) = 210+44+144=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 44 (17.58% from 255 or 11.06% from 398); Blue value is 144 (56.64% from 255 or 36.18% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22C90 is #2DD36F. Grayscale: #686868. Windows color (decimal): -3003248 or 9448658. OLE color: 9448658.
HSL color Cylindrical-coordinate representation of color #D22C90: hue angle of 323.86º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C90 is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 144 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.18 |
| HSL | 323.86º | 0.65% | 0.5% | - |
| HSV(B) | 323.86º | 0.79% | 0.82% | - |
| XYZ | 32.51 | 17.52 | 28.05 | - |
| YUV | 105.03 | 150 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 144 | 0 | 0.79 | 0.31 | 0.18 | 323.86 | 0.65 | 0.5 |
| Hex | D2 | 2C | 90 | 0 | 4F | 1F | 12 | 144 | 41 | 32 |
| Octal | 322 | 54 | 220 | 0 | 117 | 37 | 22 | 504 | 101 | 62 |
| Binary | 11010010 | 101100 | 10010000 | 0 | 1001111 | 11111 | 10010 | 101000100 | 1000001 | 110010 |
Color Harmonies of #D22C90
Complementary color
Monochromatic Colors of #D22C90
Black with #D22C90
Text Example
Text Example
White with #D22C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C90; }
p { color: rgb(210,44,144); }
H1.HeaderClassName
{
color: #D22C90;
}
.AnyTagClassName
{
color: #D22C90;
}
</style>
background-color css
<style>
a { background-color: #D22C90; }
a { background-color: rgb(210,44,144); }
div.DivClassName
{
background-color: #D22C90;
}
.BgClassName
{
background-color: #D22C90;
}
</style>
border-color css
<style>
span { border-color: #D22C90; }
span { border-color: rgb(210,44,144); }
td.TdClassName
{
border-color: #D22C90;
}
.TagClassName
{
border-color: #D22C90;
}
</style>