Shades of Deep Magenta #D622DD
Tints of Deep Magenta #D622DD
RGB
CMYK
RGB Variations
Color information
#D622DD (or 0xD622DD) is known color: Deep Magenta. HEX triplet: D6, 22 and DD. RGB value is (214,34,221). Sum of RGB (Red+Green+Blue) = 214+34+221=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 34 (13.67% from 255 or 7.25% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #D622DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D622DD is #29DD22. Grayscale: #6C6C6C. Windows color (decimal): -2743587 or 14492374. OLE color: 14492374.
HSL color Cylindrical-coordinate representation of color #D622DD: hue angle of 297.75º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D622DD is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 34 | 221 | - |
| CMYK | 0.03 | 0.85 | 0 | 0.13 |
| HSL | 297.75º | 0.73% | 0.5% | - |
| HSV(B) | 297.75º | 0.85% | 0.87% | - |
| XYZ | 41.35 | 20.66 | 70.21 | - |
| YUV | 109.14 | 191.13 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 221 | 0.03 | 0.85 | 0 | 0.13 | 297.75 | 0.73 | 0.5 |
| Hex | D6 | 22 | DD | 3 | 55 | 0 | D | 12A | 49 | 32 |
| Octal | 326 | 42 | 335 | 3 | 125 | 0 | 15 | 452 | 111 | 62 |
| Binary | 11010110 | 100010 | 11011101 | 11 | 1010101 | 0 | 1101 | 100101010 | 1001001 | 110010 |
Color Harmonies of #D622DD
Complementary color
Monochromatic Colors of #D622DD
Black with #D622DD
Text Example
Text Example
White with #D622DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D622DD; }
p { color: rgb(214,34,221); }
H1.HeaderClassName
{
color: #D622DD;
}
.AnyTagClassName
{
color: #D622DD;
}
</style>
background-color css
<style>
a { background-color: #D622DD; }
a { background-color: rgb(214,34,221); }
div.DivClassName
{
background-color: #D622DD;
}
.BgClassName
{
background-color: #D622DD;
}
</style>
border-color css
<style>
span { border-color: #D622DD; }
span { border-color: rgb(214,34,221); }
td.TdClassName
{
border-color: #D622DD;
}
.TagClassName
{
border-color: #D622DD;
}
</style>