Shades of Deep Magenta #D62BDF
Tints of Deep Magenta #D62BDF
RGB
CMYK
RGB Variations
Color information
#D62BDF (or 0xD62BDF) is known color: Deep Magenta. HEX triplet: D6, 2B and DF. RGB value is (214,43,223). Sum of RGB (Red+Green+Blue) = 214+43+223=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #D62BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D62BDF is #29D420. Grayscale: #727272. Windows color (decimal): -2741281 or 14625750. OLE color: 14625750.
HSL color Cylindrical-coordinate representation of color #D62BDF: hue angle of 297º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D62BDF is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 43 | 223 | - |
| CMYK | 0.04 | 0.81 | 0 | 0.13 |
| HSL | 297º | 0.74% | 0.52% | - |
| HSV(B) | 297º | 0.81% | 0.87% | - |
| XYZ | 41.91 | 21.35 | 71.72 | - |
| YUV | 114.65 | 189.15 | 198.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 43 | 223 | 0.04 | 0.81 | 0 | 0.13 | 297 | 0.74 | 0.52 |
| Hex | D6 | 2B | DF | 4 | 51 | 0 | D | 129 | 4A | 34 |
| Octal | 326 | 53 | 337 | 4 | 121 | 0 | 15 | 451 | 112 | 64 |
| Binary | 11010110 | 101011 | 11011111 | 100 | 1010001 | 0 | 1101 | 100101001 | 1001010 | 110100 |
Color Harmonies of #D62BDF
Complementary color
Monochromatic Colors of #D62BDF
Black with #D62BDF
Text Example
Text Example
White with #D62BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D62BDF; }
p { color: rgb(214,43,223); }
H1.HeaderClassName
{
color: #D62BDF;
}
.AnyTagClassName
{
color: #D62BDF;
}
</style>
background-color css
<style>
a { background-color: #D62BDF; }
a { background-color: rgb(214,43,223); }
div.DivClassName
{
background-color: #D62BDF;
}
.BgClassName
{
background-color: #D62BDF;
}
</style>
border-color css
<style>
span { border-color: #D62BDF; }
span { border-color: rgb(214,43,223); }
td.TdClassName
{
border-color: #D62BDF;
}
.TagClassName
{
border-color: #D62BDF;
}
</style>