Shades of Deep Magenta #D622DF
Tints of Deep Magenta #D622DF
RGB
CMYK
RGB Variations
Color information
#D622DF (or 0xD622DF) is known color: Deep Magenta. HEX triplet: D6, 22 and DF. RGB value is (214,34,223). Sum of RGB (Red+Green+Blue) = 214+34+223=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 34 (13.67% from 255 or 7.22% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #D622DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D622DF is #29DD20. Grayscale: #6C6C6C. Windows color (decimal): -2743585 or 14623446. OLE color: 14623446.
HSL color Cylindrical-coordinate representation of color #D622DF: hue angle of 297.14º degrees, saturation: 0.75, 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 #D622DF is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 34 | 223 | - |
| CMYK | 0.04 | 0.85 | 0 | 0.13 |
| HSL | 297.14º | 0.75% | 0.5% | - |
| HSV(B) | 297.14º | 0.85% | 0.87% | - |
| XYZ | 41.62 | 20.77 | 71.63 | - |
| YUV | 109.37 | 192.13 | 202.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 34 | 223 | 0.04 | 0.85 | 0 | 0.13 | 297.14 | 0.75 | 0.5 |
| Hex | D6 | 22 | DF | 4 | 55 | 0 | D | 129 | 4B | 32 |
| Octal | 326 | 42 | 337 | 4 | 125 | 0 | 15 | 451 | 113 | 62 |
| Binary | 11010110 | 100010 | 11011111 | 100 | 1010101 | 0 | 1101 | 100101001 | 1001011 | 110010 |
Color Harmonies of #D622DF
Complementary color
Monochromatic Colors of #D622DF
Black with #D622DF
Text Example
Text Example
White with #D622DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D622DF; }
p { color: rgb(214,34,223); }
H1.HeaderClassName
{
color: #D622DF;
}
.AnyTagClassName
{
color: #D622DF;
}
</style>
background-color css
<style>
a { background-color: #D622DF; }
a { background-color: rgb(214,34,223); }
div.DivClassName
{
background-color: #D622DF;
}
.BgClassName
{
background-color: #D622DF;
}
</style>
border-color css
<style>
span { border-color: #D622DF; }
span { border-color: rgb(214,34,223); }
td.TdClassName
{
border-color: #D622DF;
}
.TagClassName
{
border-color: #D622DF;
}
</style>