Shades of Deep Cerise #D22DA3
Tints of Deep Cerise #D22DA3
RGB
CMYK
RGB Variations
Color information
#D22DA3 (or 0xD22DA3) is known color: Deep Cerise. HEX triplet: D2, 2D and A3. RGB value is (210,45,163). Sum of RGB (Red+Green+Blue) = 210+45+163=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 163 (64.06% from 255 or 39.00% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22DA3 is #2DD25C. Grayscale: #6B6B6B. Windows color (decimal): -3002973 or 10694098. OLE color: 10694098.
HSL color Cylindrical-coordinate representation of color #D22DA3: hue angle of 317.09º 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 #D22DA3 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 163 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.18 |
| HSL | 317.09º | 0.65% | 0.5% | - |
| HSV(B) | 317.09º | 0.79% | 0.82% | - |
| XYZ | 34.13 | 18.22 | 36.37 | - |
| YUV | 107.79 | 159.16 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 163 | 0 | 0.79 | 0.22 | 0.18 | 317.09 | 0.65 | 0.5 |
| Hex | D2 | 2D | A3 | 0 | 4F | 16 | 12 | 13D | 41 | 32 |
| Octal | 322 | 55 | 243 | 0 | 117 | 26 | 22 | 475 | 101 | 62 |
| Binary | 11010010 | 101101 | 10100011 | 0 | 1001111 | 10110 | 10010 | 100111101 | 1000001 | 110010 |
Color Harmonies of #D22DA3
Complementary color
Monochromatic Colors of #D22DA3
Black with #D22DA3
Text Example
Text Example
White with #D22DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DA3; }
p { color: rgb(210,45,163); }
H1.HeaderClassName
{
color: #D22DA3;
}
.AnyTagClassName
{
color: #D22DA3;
}
</style>
background-color css
<style>
a { background-color: #D22DA3; }
a { background-color: rgb(210,45,163); }
div.DivClassName
{
background-color: #D22DA3;
}
.BgClassName
{
background-color: #D22DA3;
}
</style>
border-color css
<style>
span { border-color: #D22DA3; }
span { border-color: rgb(210,45,163); }
td.TdClassName
{
border-color: #D22DA3;
}
.TagClassName
{
border-color: #D22DA3;
}
</style>