Shades of Deep Magenta #D22CD3
Tints of Deep Magenta #D22CD3
RGB
CMYK
RGB Variations
Color information
#D22CD3 (or 0xD22CD3) is known color: Deep Magenta. HEX triplet: D2, 2C and D3. RGB value is (210,44,211). Sum of RGB (Red+Green+Blue) = 210+44+211=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 44 (17.58% from 255 or 9.46% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #D22CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D22CD3 is #2DD32C. Grayscale: #707070. Windows color (decimal): -3003181 or 13839570. OLE color: 13839570.
HSL color Cylindrical-coordinate representation of color #D22CD3: hue angle of 299.64º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22CD3 is Cyan = 0.00, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 44 | 211 | - |
| CMYK | 0.00 | 0.79 | 0 | 0.17 |
| HSL | 299.64º | 0.65% | 0.5% | - |
| HSV(B) | 299.64º | 0.79% | 0.83% | - |
| XYZ | 39.24 | 20.21 | 63.46 | - |
| YUV | 112.67 | 183.5 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 211 | 0.00 | 0.79 | 0 | 0.17 | 299.64 | 0.65 | 0.5 |
| Hex | D2 | 2C | D3 | 0 | 4F | 0 | 11 | 12C | 41 | 32 |
| Octal | 322 | 54 | 323 | 0 | 117 | 0 | 21 | 454 | 101 | 62 |
| Binary | 11010010 | 101100 | 11010011 | 0 | 1001111 | 0 | 10001 | 100101100 | 1000001 | 110010 |
Color Harmonies of #D22CD3
Complementary color
Monochromatic Colors of #D22CD3
Black with #D22CD3
Text Example
Text Example
White with #D22CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22CD3; }
p { color: rgb(210,44,211); }
H1.HeaderClassName
{
color: #D22CD3;
}
.AnyTagClassName
{
color: #D22CD3;
}
</style>
background-color css
<style>
a { background-color: #D22CD3; }
a { background-color: rgb(210,44,211); }
div.DivClassName
{
background-color: #D22CD3;
}
.BgClassName
{
background-color: #D22CD3;
}
</style>
border-color css
<style>
span { border-color: #D22CD3; }
span { border-color: rgb(210,44,211); }
td.TdClassName
{
border-color: #D22CD3;
}
.TagClassName
{
border-color: #D22CD3;
}
</style>