Shades of Deep Cerise #D22884
Tints of Deep Cerise #D22884
RGB
CMYK
RGB Variations
Color information
#D22884 (or 0xD22884) is known color: Deep Cerise. HEX triplet: D2, 28 and 84. RGB value is (210,40,132). Sum of RGB (Red+Green+Blue) = 210+40+132=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 40 (16.02% from 255 or 10.47% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D22884 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22884 is #2DD77B. Grayscale: #656565. Windows color (decimal): -3004284 or 8661202. OLE color: 8661202.
HSL color Cylindrical-coordinate representation of color #D22884: hue angle of 327.53º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D22884 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 132 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.18 |
| HSL | 327.53º | 0.68% | 0.49% | - |
| HSV(B) | 327.53º | 0.81% | 0.82% | - |
| XYZ | 31.5 | 16.89 | 23.43 | - |
| YUV | 101.32 | 145.32 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 132 | 0 | 0.81 | 0.37 | 0.18 | 327.53 | 0.68 | 0.49 |
| Hex | D2 | 28 | 84 | 0 | 51 | 25 | 12 | 148 | 44 | 31 |
| Octal | 322 | 50 | 204 | 0 | 121 | 45 | 22 | 510 | 104 | 61 |
| Binary | 11010010 | 101000 | 10000100 | 0 | 1010001 | 100101 | 10010 | 101001000 | 1000100 | 110001 |
Color Harmonies of #D22884
Complementary color
Monochromatic Colors of #D22884
Black with #D22884
Text Example
Text Example
White with #D22884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22884; }
p { color: rgb(210,40,132); }
H1.HeaderClassName
{
color: #D22884;
}
.AnyTagClassName
{
color: #D22884;
}
</style>
background-color css
<style>
a { background-color: #D22884; }
a { background-color: rgb(210,40,132); }
div.DivClassName
{
background-color: #D22884;
}
.BgClassName
{
background-color: #D22884;
}
</style>
border-color css
<style>
span { border-color: #D22884; }
span { border-color: rgb(210,40,132); }
td.TdClassName
{
border-color: #D22884;
}
.TagClassName
{
border-color: #D22884;
}
</style>