Shades of Deep Cerise #D22875
Tints of Deep Cerise #D22875
RGB
CMYK
RGB Variations
Color information
#D22875 (or 0xD22875) is known color: Deep Cerise. HEX triplet: D2, 28 and 75. RGB value is (210,40,117). Sum of RGB (Red+Green+Blue) = 210+40+117=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 40 (16.02% from 255 or 10.90% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D22875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22875 is #2DD78A. Grayscale: #636363. Windows color (decimal): -3004299 or 7678162. OLE color: 7678162.
HSL color Cylindrical-coordinate representation of color #D22875: hue angle of 332.82º 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 #D22875 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 40 | 117 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.18 |
| HSL | 332.82º | 0.68% | 0.49% | - |
| HSV(B) | 332.82º | 0.81% | 0.82% | - |
| XYZ | 30.55 | 16.5 | 18.41 | - |
| YUV | 99.61 | 137.82 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 40 | 117 | 0 | 0.81 | 0.44 | 0.18 | 332.82 | 0.68 | 0.49 |
| Hex | D2 | 28 | 75 | 0 | 51 | 2C | 12 | 14D | 44 | 31 |
| Octal | 322 | 50 | 165 | 0 | 121 | 54 | 22 | 515 | 104 | 61 |
| Binary | 11010010 | 101000 | 1110101 | 0 | 1010001 | 101100 | 10010 | 101001101 | 1000100 | 110001 |
Color Harmonies of #D22875
Complementary color
Monochromatic Colors of #D22875
Black with #D22875
Text Example
Text Example
White with #D22875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22875; }
p { color: rgb(210,40,117); }
H1.HeaderClassName
{
color: #D22875;
}
.AnyTagClassName
{
color: #D22875;
}
</style>
background-color css
<style>
a { background-color: #D22875; }
a { background-color: rgb(210,40,117); }
div.DivClassName
{
background-color: #D22875;
}
.BgClassName
{
background-color: #D22875;
}
</style>
border-color css
<style>
span { border-color: #D22875; }
span { border-color: rgb(210,40,117); }
td.TdClassName
{
border-color: #D22875;
}
.TagClassName
{
border-color: #D22875;
}
</style>