Shades of Deep Magenta #D60BDF
Tints of Deep Magenta #D60BDF
RGB
CMYK
RGB Variations
Color information
#D60BDF (or 0xD60BDF) is known color: Deep Magenta. HEX triplet: D6, 0B and DF. RGB value is (214,11,223). Sum of RGB (Red+Green+Blue) = 214+11+223=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 223 (87.5% from 255 or 49.78% from 448); Max value from RGB is 223 - color contains mainly: blue. Hex color #D60BDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BDF is #29F420. Grayscale: #5F5F5F. Windows color (decimal): -2749473 or 14617558. OLE color: 14617558.
HSL color Cylindrical-coordinate representation of color #D60BDF: hue angle of 297.45º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BDF is Cyan = 0.04, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 11 | 223 | - |
| CMYK | 0.04 | 0.95 | 0 | 0.13 |
| HSL | 297.45º | 0.91% | 0.46% | - |
| HSV(B) | 297.45º | 0.95% | 0.87% | - |
| XYZ | 41.17 | 19.86 | 71.48 | - |
| YUV | 95.87 | 199.75 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 223 | 0.04 | 0.95 | 0 | 0.13 | 297.45 | 0.91 | 0.46 |
| Hex | D6 | B | DF | 4 | 5F | 0 | D | 129 | 5B | 2E |
| Octal | 326 | 13 | 337 | 4 | 137 | 0 | 15 | 451 | 133 | 56 |
| Binary | 11010110 | 1011 | 11011111 | 100 | 1011111 | 0 | 1101 | 100101001 | 1011011 | 101110 |
Color Harmonies of #D60BDF
Complementary color
Monochromatic Colors of #D60BDF
Black with #D60BDF
Text Example
Text Example
White with #D60BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BDF; }
p { color: rgb(214,11,223); }
H1.HeaderClassName
{
color: #D60BDF;
}
.AnyTagClassName
{
color: #D60BDF;
}
</style>
background-color css
<style>
a { background-color: #D60BDF; }
a { background-color: rgb(214,11,223); }
div.DivClassName
{
background-color: #D60BDF;
}
.BgClassName
{
background-color: #D60BDF;
}
</style>
border-color css
<style>
span { border-color: #D60BDF; }
span { border-color: rgb(214,11,223); }
td.TdClassName
{
border-color: #D60BDF;
}
.TagClassName
{
border-color: #D60BDF;
}
</style>