Shades of Deep Magenta #D005BC
Tints of Deep Magenta #D005BC
RGB
CMYK
RGB Variations
Color information
#D005BC (or 0xD005BC) is known color: Deep Magenta. HEX triplet: D0, 05 and BC. RGB value is (208,5,188). Sum of RGB (Red+Green+Blue) = 208+5+188=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 5 (2.34% from 255 or 1.25% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D005BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D005BC is #2FFA43. Grayscale: #565656. Windows color (decimal): -3144260 or 12322256. OLE color: 12322256.
HSL color Cylindrical-coordinate representation of color #D005BC: hue angle of 305.91º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D005BC is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.18 |
| HSL | 305.91º | 0.95% | 0.42% | - |
| HSV(B) | 305.91º | 0.98% | 0.82% | - |
| XYZ | 35.14 | 17.15 | 49.03 | - |
| YUV | 86.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 5 | 188 | 0 | 0.98 | 0.10 | 0.18 | 305.91 | 0.95 | 0.42 |
| Hex | D0 | 5 | BC | 0 | 62 | A | 12 | 132 | 5F | 2A |
| Octal | 320 | 5 | 274 | 0 | 142 | 12 | 22 | 462 | 137 | 52 |
| Binary | 11010000 | 101 | 10111100 | 0 | 1100010 | 1010 | 10010 | 100110010 | 1011111 | 101010 |
Color Harmonies of #D005BC
Complementary color
Monochromatic Colors of #D005BC
Black with #D005BC
Text Example
Text Example
White with #D005BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D005BC; }
p { color: rgb(208,5,188); }
H1.HeaderClassName
{
color: #D005BC;
}
.AnyTagClassName
{
color: #D005BC;
}
</style>
background-color css
<style>
a { background-color: #D005BC; }
a { background-color: rgb(208,5,188); }
div.DivClassName
{
background-color: #D005BC;
}
.BgClassName
{
background-color: #D005BC;
}
</style>
border-color css
<style>
span { border-color: #D005BC; }
span { border-color: rgb(208,5,188); }
td.TdClassName
{
border-color: #D005BC;
}
.TagClassName
{
border-color: #D005BC;
}
</style>