Shades of Deep Cerise #D22E7D
Tints of Deep Cerise #D22E7D
RGB
CMYK
RGB Variations
Color information
#D22E7D (or 0xD22E7D) is known color: Deep Cerise. HEX triplet: D2, 2E and 7D. RGB value is (210,46,125). Sum of RGB (Red+Green+Blue) = 210+46+125=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 46 (18.36% from 255 or 12.07% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22E7D is #2DD182. Grayscale: #676767. Windows color (decimal): -3002755 or 8203986. OLE color: 8203986.
HSL color Cylindrical-coordinate representation of color #D22E7D: hue angle of 331.1º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22E7D is Cyan = 0, Magento = 0.78, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 125 | - |
| CMYK | 0 | 0.78 | 0.40 | 0.18 |
| HSL | 331.1º | 0.65% | 0.5% | - |
| HSV(B) | 331.1º | 0.78% | 0.82% | - |
| XYZ | 31.26 | 17.14 | 21.06 | - |
| YUV | 104.04 | 139.83 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 125 | 0 | 0.78 | 0.40 | 0.18 | 331.1 | 0.65 | 0.5 |
| Hex | D2 | 2E | 7D | 0 | 4E | 28 | 12 | 14B | 41 | 32 |
| Octal | 322 | 56 | 175 | 0 | 116 | 50 | 22 | 513 | 101 | 62 |
| Binary | 11010010 | 101110 | 1111101 | 0 | 1001110 | 101000 | 10010 | 101001011 | 1000001 | 110010 |
Color Harmonies of #D22E7D
Complementary color
Monochromatic Colors of #D22E7D
Black with #D22E7D
Text Example
Text Example
White with #D22E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22E7D; }
p { color: rgb(210,46,125); }
H1.HeaderClassName
{
color: #D22E7D;
}
.AnyTagClassName
{
color: #D22E7D;
}
</style>
background-color css
<style>
a { background-color: #D22E7D; }
a { background-color: rgb(210,46,125); }
div.DivClassName
{
background-color: #D22E7D;
}
.BgClassName
{
background-color: #D22E7D;
}
</style>
border-color css
<style>
span { border-color: #D22E7D; }
span { border-color: rgb(210,46,125); }
td.TdClassName
{
border-color: #D22E7D;
}
.TagClassName
{
border-color: #D22E7D;
}
</style>