Shades of Deep Cerise #D22C75
Tints of Deep Cerise #D22C75
RGB
CMYK
RGB Variations
Color information
#D22C75 (or 0xD22C75) is known color: Deep Cerise. HEX triplet: D2, 2C and 75. RGB value is (210,44,117). Sum of RGB (Red+Green+Blue) = 210+44+117=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 44 (17.58% from 255 or 11.86% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C75 is #2DD38A. Grayscale: #656565. Windows color (decimal): -3003275 or 7679186. OLE color: 7679186.
HSL color Cylindrical-coordinate representation of color #D22C75: hue angle of 333.61º 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 #D22C75 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 117 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.18 |
| HSL | 333.61º | 0.65% | 0.5% | - |
| HSV(B) | 333.61º | 0.79% | 0.82% | - |
| XYZ | 30.69 | 16.79 | 18.45 | - |
| YUV | 101.96 | 136.5 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 117 | 0 | 0.79 | 0.44 | 0.18 | 333.61 | 0.65 | 0.5 |
| Hex | D2 | 2C | 75 | 0 | 4F | 2C | 12 | 14E | 41 | 32 |
| Octal | 322 | 54 | 165 | 0 | 117 | 54 | 22 | 516 | 101 | 62 |
| Binary | 11010010 | 101100 | 1110101 | 0 | 1001111 | 101100 | 10010 | 101001110 | 1000001 | 110010 |
Color Harmonies of #D22C75
Complementary color
Monochromatic Colors of #D22C75
Black with #D22C75
Text Example
Text Example
White with #D22C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C75; }
p { color: rgb(210,44,117); }
H1.HeaderClassName
{
color: #D22C75;
}
.AnyTagClassName
{
color: #D22C75;
}
</style>
background-color css
<style>
a { background-color: #D22C75; }
a { background-color: rgb(210,44,117); }
div.DivClassName
{
background-color: #D22C75;
}
.BgClassName
{
background-color: #D22C75;
}
</style>
border-color css
<style>
span { border-color: #D22C75; }
span { border-color: rgb(210,44,117); }
td.TdClassName
{
border-color: #D22C75;
}
.TagClassName
{
border-color: #D22C75;
}
</style>