Shades of Deep Magenta #D62CDD
Tints of Deep Magenta #D62CDD
RGB
CMYK
RGB Variations
Color information
#D62CDD (or 0xD62CDD) is known color: Deep Magenta. HEX triplet: D6, 2C and DD. RGB value is (214,44,221). Sum of RGB (Red+Green+Blue) = 214+44+221=479 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.68% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 221 (86.72% from 255 or 46.14% from 479); Max value from RGB is 221 - color contains mainly: blue. Hex color #D62CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62CDD is #29D322. Grayscale: #727272. Windows color (decimal): -2741027 or 14494934. OLE color: 14494934.
HSL color Cylindrical-coordinate representation of color #D62CDD: hue angle of 297.63º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62CDD is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 44 | 221 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.13 |
| HSL | 297.63º | 0.72% | 0.52% | - |
| HSV(B) | 297.63º | 0.8% | 0.87% | - |
| XYZ | 41.68 | 21.32 | 70.32 | - |
| YUV | 115.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 44 | 221 | 0.03 | 0.80 | 0 | 0.13 | 297.63 | 0.72 | 0.52 |
| Hex | D6 | 2C | DD | 3 | 50 | 0 | D | 12A | 48 | 34 |
| Octal | 326 | 54 | 335 | 3 | 120 | 0 | 15 | 452 | 110 | 64 |
| Binary | 11010110 | 101100 | 11011101 | 11 | 1010000 | 0 | 1101 | 100101010 | 1001000 | 110100 |
Color Harmonies of #D62CDD
Complementary color
Monochromatic Colors of #D62CDD
Black with #D62CDD
Text Example
Text Example
White with #D62CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62CDD; }
p { color: rgb(214,44,221); }
H1.HeaderClassName
{
color: #D62CDD;
}
.AnyTagClassName
{
color: #D62CDD;
}
</style>
background-color css
<style>
a { background-color: #D62CDD; }
a { background-color: rgb(214,44,221); }
div.DivClassName
{
background-color: #D62CDD;
}
.BgClassName
{
background-color: #D62CDD;
}
</style>
border-color css
<style>
span { border-color: #D62CDD; }
span { border-color: rgb(214,44,221); }
td.TdClassName
{
border-color: #D62CDD;
}
.TagClassName
{
border-color: #D62CDD;
}
</style>