Shades of Deep Cerise #D22D8A
Tints of Deep Cerise #D22D8A
RGB
CMYK
RGB Variations
Color information
#D22D8A (or 0xD22D8A) is known color: Deep Cerise. HEX triplet: D2, 2D and 8A. RGB value is (210,45,138). Sum of RGB (Red+Green+Blue) = 210+45+138=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 45 (17.97% from 255 or 11.45% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22D8A is #2DD275. Grayscale: #686868. Windows color (decimal): -3002998 or 9055698. OLE color: 9055698.
HSL color Cylindrical-coordinate representation of color #D22D8A: hue angle of 326.18º 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 #D22D8A is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 138 | - |
| CMYK | 0 | 0.79 | 0.34 | 0.18 |
| HSL | 326.18º | 0.65% | 0.5% | - |
| HSV(B) | 326.18º | 0.79% | 0.82% | - |
| XYZ | 32.1 | 17.41 | 25.71 | - |
| YUV | 104.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 138 | 0 | 0.79 | 0.34 | 0.18 | 326.18 | 0.65 | 0.5 |
| Hex | D2 | 2D | 8A | 0 | 4F | 22 | 12 | 146 | 41 | 32 |
| Octal | 322 | 55 | 212 | 0 | 117 | 42 | 22 | 506 | 101 | 62 |
| Binary | 11010010 | 101101 | 10001010 | 0 | 1001111 | 100010 | 10010 | 101000110 | 1000001 | 110010 |
Color Harmonies of #D22D8A
Complementary color
Monochromatic Colors of #D22D8A
Black with #D22D8A
Text Example
Text Example
White with #D22D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D8A; }
p { color: rgb(210,45,138); }
H1.HeaderClassName
{
color: #D22D8A;
}
.AnyTagClassName
{
color: #D22D8A;
}
</style>
background-color css
<style>
a { background-color: #D22D8A; }
a { background-color: rgb(210,45,138); }
div.DivClassName
{
background-color: #D22D8A;
}
.BgClassName
{
background-color: #D22D8A;
}
</style>
border-color css
<style>
span { border-color: #D22D8A; }
span { border-color: rgb(210,45,138); }
td.TdClassName
{
border-color: #D22D8A;
}
.TagClassName
{
border-color: #D22D8A;
}
</style>