Shades of Deep Cerise #D22DA1
Tints of Deep Cerise #D22DA1
RGB
CMYK
RGB Variations
Color information
#D22DA1 (or 0xD22DA1) is known color: Deep Cerise. HEX triplet: D2, 2D and A1. RGB value is (210,45,161). Sum of RGB (Red+Green+Blue) = 210+45+161=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 45 (17.97% from 255 or 10.82% from 416); Blue value is 161 (63.28% from 255 or 38.70% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D22DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22DA1 is #2DD25E. Grayscale: #6B6B6B. Windows color (decimal): -3002975 or 10563026. OLE color: 10563026.
HSL color Cylindrical-coordinate representation of color #D22DA1: hue angle of 317.82º 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 #D22DA1 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 161 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.18 |
| HSL | 317.82º | 0.65% | 0.5% | - |
| HSV(B) | 317.82º | 0.79% | 0.82% | - |
| XYZ | 33.95 | 18.15 | 35.43 | - |
| YUV | 107.56 | 158.16 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 161 | 0 | 0.79 | 0.23 | 0.18 | 317.82 | 0.65 | 0.5 |
| Hex | D2 | 2D | A1 | 0 | 4F | 17 | 12 | 13E | 41 | 32 |
| Octal | 322 | 55 | 241 | 0 | 117 | 27 | 22 | 476 | 101 | 62 |
| Binary | 11010010 | 101101 | 10100001 | 0 | 1001111 | 10111 | 10010 | 100111110 | 1000001 | 110010 |
Color Harmonies of #D22DA1
Complementary color
Monochromatic Colors of #D22DA1
Black with #D22DA1
Text Example
Text Example
White with #D22DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22DA1; }
p { color: rgb(210,45,161); }
H1.HeaderClassName
{
color: #D22DA1;
}
.AnyTagClassName
{
color: #D22DA1;
}
</style>
background-color css
<style>
a { background-color: #D22DA1; }
a { background-color: rgb(210,45,161); }
div.DivClassName
{
background-color: #D22DA1;
}
.BgClassName
{
background-color: #D22DA1;
}
</style>
border-color css
<style>
span { border-color: #D22DA1; }
span { border-color: rgb(210,45,161); }
td.TdClassName
{
border-color: #D22DA1;
}
.TagClassName
{
border-color: #D22DA1;
}
</style>