Shades of Deep Magenta #D60BDA
Tints of Deep Magenta #D60BDA
RGB
CMYK
RGB Variations
Color information
#D60BDA (or 0xD60BDA) is known color: Deep Magenta. HEX triplet: D6, 0B and DA. RGB value is (214,11,218). Sum of RGB (Red+Green+Blue) = 214+11+218=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #D60BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60BDA is #29F425. Grayscale: #5E5E5E. Windows color (decimal): -2749478 or 14289878. OLE color: 14289878.
HSL color Cylindrical-coordinate representation of color #D60BDA: hue angle of 298.84º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D60BDA is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 11 | 218 | - |
CMYK | 0.02 | 0.95 | 0 | 0.15 |
HSL | 298.84º | 0.9% | 0.45% | - |
HSV(B) | 298.84º | 0.95% | 0.85% | - |
XYZ | 40.51 | 19.6 | 67.98 | - |
YUV | 95.3 | 197.25 | 212.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 11 | 218 | 0.02 | 0.95 | 0 | 0.15 | 298.84 | 0.9 | 0.45 |
Hex | D6 | B | DA | 2 | 5F | 0 | F | 12B | 5A | 2D |
Octal | 326 | 13 | 332 | 2 | 137 | 0 | 17 | 453 | 132 | 55 |
Binary | 11010110 | 1011 | 11011010 | 10 | 1011111 | 0 | 1111 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D60BDA
Complementary color
Monochromatic Colors of #D60BDA
Black with #D60BDA
Text Example
Text Example
White with #D60BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D60BDA; }
p { color: rgb(214,11,218); }
H1.HeaderClassName
{
color: #D60BDA;
}
.AnyTagClassName
{
color: #D60BDA;
}
</style>
background-color css
<style>
a { background-color: #D60BDA; }
a { background-color: rgb(214,11,218); }
div.DivClassName
{
background-color: #D60BDA;
}
.BgClassName
{
background-color: #D60BDA;
}
</style>
border-color css
<style>
span { border-color: #D60BDA; }
span { border-color: rgb(214,11,218); }
td.TdClassName
{
border-color: #D60BDA;
}
.TagClassName
{
border-color: #D60BDA;
}
</style>