Shades of Deep Magenta #D60FB6
Tints of Deep Magenta #D60FB6
RGB
CMYK
RGB Variations
Color information
#D60FB6 (or 0xD60FB6) is known color: Deep Magenta. HEX triplet: D6, 0F and B6. RGB value is (214,15,182). Sum of RGB (Red+Green+Blue) = 214+15+182=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 15 (6.25% from 255 or 3.65% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D60FB6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FB6 is #29F049. Grayscale: #5D5D5D. Windows color (decimal): -2748490 or 11931606. OLE color: 11931606.
HSL color Cylindrical-coordinate representation of color #D60FB6: hue angle of 309.65º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60FB6 is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 15 | 182 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.16 |
| HSL | 309.65º | 0.87% | 0.45% | - |
| HSV(B) | 309.65º | 0.93% | 0.84% | - |
| XYZ | 36.35 | 18.02 | 45.82 | - |
| YUV | 93.54 | 177.93 | 213.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 15 | 182 | 0 | 0.93 | 0.15 | 0.16 | 309.65 | 0.87 | 0.45 |
| Hex | D6 | F | B6 | 0 | 5D | F | 10 | 136 | 57 | 2D |
| Octal | 326 | 17 | 266 | 0 | 135 | 17 | 20 | 466 | 127 | 55 |
| Binary | 11010110 | 1111 | 10110110 | 0 | 1011101 | 1111 | 10000 | 100110110 | 1010111 | 101101 |
Color Harmonies of #D60FB6
Complementary color
Monochromatic Colors of #D60FB6
Black with #D60FB6
Text Example
Text Example
White with #D60FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60FB6; }
p { color: rgb(214,15,182); }
H1.HeaderClassName
{
color: #D60FB6;
}
.AnyTagClassName
{
color: #D60FB6;
}
</style>
background-color css
<style>
a { background-color: #D60FB6; }
a { background-color: rgb(214,15,182); }
div.DivClassName
{
background-color: #D60FB6;
}
.BgClassName
{
background-color: #D60FB6;
}
</style>
border-color css
<style>
span { border-color: #D60FB6; }
span { border-color: rgb(214,15,182); }
td.TdClassName
{
border-color: #D60FB6;
}
.TagClassName
{
border-color: #D60FB6;
}
</style>