Shades of Deep Cerise #D22885
Tints of Deep Cerise #D22885
RGB
CMYK
RGB Variations
Color information
#D22885 (or 0xD22885) is known color: Deep Cerise. HEX triplet: D2, 28 and 85. RGB value is (210,40,133). Sum of RGB (Red+Green+Blue) = 210+40+133=383 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.83% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 210 - color contains mainly: red. Hex color #D22885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22885 is #2DD77A. Grayscale: #656565. Windows color (decimal): -3004283 or 8726738. OLE color: 8726738.
HSL color Cylindrical-coordinate representation of color #D22885: hue angle of 327.18º 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 #D22885 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 133 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.18 |
| HSL | 327.18º | 0.68% | 0.49% | - |
| HSV(B) | 327.18º | 0.81% | 0.82% | - |
| XYZ | 31.57 | 16.91 | 23.79 | - |
| YUV | 101.43 | 145.82 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 133 | 0 | 0.81 | 0.37 | 0.18 | 327.18 | 0.68 | 0.49 |
| Hex | D2 | 28 | 85 | 0 | 51 | 25 | 12 | 147 | 44 | 31 |
| Octal | 322 | 50 | 205 | 0 | 121 | 45 | 22 | 507 | 104 | 61 |
| Binary | 11010010 | 101000 | 10000101 | 0 | 1010001 | 100101 | 10010 | 101000111 | 1000100 | 110001 |
Color Harmonies of #D22885
Complementary color
Monochromatic Colors of #D22885
Black with #D22885
Text Example
Text Example
White with #D22885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22885; }
p { color: rgb(210,40,133); }
H1.HeaderClassName
{
color: #D22885;
}
.AnyTagClassName
{
color: #D22885;
}
</style>
background-color css
<style>
a { background-color: #D22885; }
a { background-color: rgb(210,40,133); }
div.DivClassName
{
background-color: #D22885;
}
.BgClassName
{
background-color: #D22885;
}
</style>
border-color css
<style>
span { border-color: #D22885; }
span { border-color: rgb(210,40,133); }
td.TdClassName
{
border-color: #D22885;
}
.TagClassName
{
border-color: #D22885;
}
</style>