Shades of Deep Cerise #D22985
Tints of Deep Cerise #D22985
RGB
CMYK
RGB Variations
Color information
#D22985 (or 0xD22985) is known color: Deep Cerise. HEX triplet: D2, 29 and 85. RGB value is (210,41,133). Sum of RGB (Red+Green+Blue) = 210+41+133=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 41 (16.41% from 255 or 10.68% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D22985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22985 is #2DD67A. Grayscale: #656565. Windows color (decimal): -3004027 or 8726994. OLE color: 8726994.
HSL color Cylindrical-coordinate representation of color #D22985: hue angle of 327.34º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22985 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 133 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.18 |
| HSL | 327.34º | 0.67% | 0.49% | - |
| HSV(B) | 327.34º | 0.8% | 0.82% | - |
| XYZ | 31.6 | 16.98 | 23.8 | - |
| YUV | 102.02 | 145.49 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 133 | 0 | 0.80 | 0.37 | 0.18 | 327.34 | 0.67 | 0.49 |
| Hex | D2 | 29 | 85 | 0 | 50 | 25 | 12 | 147 | 43 | 31 |
| Octal | 322 | 51 | 205 | 0 | 120 | 45 | 22 | 507 | 103 | 61 |
| Binary | 11010010 | 101001 | 10000101 | 0 | 1010000 | 100101 | 10010 | 101000111 | 1000011 | 110001 |
Color Harmonies of #D22985
Complementary color
Monochromatic Colors of #D22985
Black with #D22985
Text Example
Text Example
White with #D22985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22985; }
p { color: rgb(210,41,133); }
H1.HeaderClassName
{
color: #D22985;
}
.AnyTagClassName
{
color: #D22985;
}
</style>
background-color css
<style>
a { background-color: #D22985; }
a { background-color: rgb(210,41,133); }
div.DivClassName
{
background-color: #D22985;
}
.BgClassName
{
background-color: #D22985;
}
</style>
border-color css
<style>
span { border-color: #D22985; }
span { border-color: rgb(210,41,133); }
td.TdClassName
{
border-color: #D22985;
}
.TagClassName
{
border-color: #D22985;
}
</style>