Shades of Deep Magenta #D60BC9
Tints of Deep Magenta #D60BC9
RGB
CMYK
RGB Variations
Color information
#D60BC9 (or 0xD60BC9) is known color: Deep Magenta. HEX triplet: D6, 0B and C9. RGB value is (214,11,201). Sum of RGB (Red+Green+Blue) = 214+11+201=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 11 (4.69% from 255 or 2.58% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D60BC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BC9 is #29F436. Grayscale: #5C5C5C. Windows color (decimal): -2749495 or 13175766. OLE color: 13175766.
HSL color Cylindrical-coordinate representation of color #D60BC9: hue angle of 303.84º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BC9 is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 11 | 201 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.16 |
| HSL | 303.84º | 0.9% | 0.44% | - |
| HSV(B) | 303.84º | 0.95% | 0.84% | - |
| XYZ | 38.39 | 18.75 | 56.85 | - |
| YUV | 93.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 11 | 201 | 0 | 0.95 | 0.06 | 0.16 | 303.84 | 0.9 | 0.44 |
| Hex | D6 | B | C9 | 0 | 5F | 6 | 10 | 130 | 5A | 2C |
| Octal | 326 | 13 | 311 | 0 | 137 | 6 | 20 | 460 | 132 | 54 |
| Binary | 11010110 | 1011 | 11001001 | 0 | 1011111 | 110 | 10000 | 100110000 | 1011010 | 101100 |
Color Harmonies of #D60BC9
Complementary color
Monochromatic Colors of #D60BC9
Black with #D60BC9
Text Example
Text Example
White with #D60BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BC9; }
p { color: rgb(214,11,201); }
H1.HeaderClassName
{
color: #D60BC9;
}
.AnyTagClassName
{
color: #D60BC9;
}
</style>
background-color css
<style>
a { background-color: #D60BC9; }
a { background-color: rgb(214,11,201); }
div.DivClassName
{
background-color: #D60BC9;
}
.BgClassName
{
background-color: #D60BC9;
}
</style>
border-color css
<style>
span { border-color: #D60BC9; }
span { border-color: rgb(214,11,201); }
td.TdClassName
{
border-color: #D60BC9;
}
.TagClassName
{
border-color: #D60BC9;
}
</style>