Shades of Deep Cerise #D22A8D
Tints of Deep Cerise #D22A8D
RGB
CMYK
RGB Variations
Color information
#D22A8D (or 0xD22A8D) is known color: Deep Cerise. HEX triplet: D2, 2A and 8D. RGB value is (210,42,141). Sum of RGB (Red+Green+Blue) = 210+42+141=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 42 (16.80% from 255 or 10.69% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D22A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22A8D is #2DD572. Grayscale: #676767. Windows color (decimal): -3003763 or 9251538. OLE color: 9251538.
HSL color Cylindrical-coordinate representation of color #D22A8D: hue angle of 324.64º 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 #D22A8D is Cyan = 0, Magento = 0.8, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 42 | 141 | - |
| CMYK | 0 | 0.8 | 0.33 | 0.18 |
| HSL | 324.64º | 0.67% | 0.49% | - |
| HSV(B) | 324.64º | 0.8% | 0.82% | - |
| XYZ | 32.21 | 17.28 | 26.84 | - |
| YUV | 103.52 | 149.16 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 42 | 141 | 0 | 0.8 | 0.33 | 0.18 | 324.64 | 0.67 | 0.49 |
| Hex | D2 | 2A | 8D | 0 | 50 | 21 | 12 | 145 | 43 | 31 |
| Octal | 322 | 52 | 215 | 0 | 120 | 41 | 22 | 505 | 103 | 61 |
| Binary | 11010010 | 101010 | 10001101 | 0 | 1010000 | 100001 | 10010 | 101000101 | 1000011 | 110001 |
Color Harmonies of #D22A8D
Complementary color
Monochromatic Colors of #D22A8D
Black with #D22A8D
Text Example
Text Example
White with #D22A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22A8D; }
p { color: rgb(210,42,141); }
H1.HeaderClassName
{
color: #D22A8D;
}
.AnyTagClassName
{
color: #D22A8D;
}
</style>
background-color css
<style>
a { background-color: #D22A8D; }
a { background-color: rgb(210,42,141); }
div.DivClassName
{
background-color: #D22A8D;
}
.BgClassName
{
background-color: #D22A8D;
}
</style>
border-color css
<style>
span { border-color: #D22A8D; }
span { border-color: rgb(210,42,141); }
td.TdClassName
{
border-color: #D22A8D;
}
.TagClassName
{
border-color: #D22A8D;
}
</style>