Shades of Deep Magenta #D020BC
Tints of Deep Magenta #D020BC
RGB
CMYK
RGB Variations
Color information
#D020BC (or 0xD020BC) is known color: Deep Magenta. HEX triplet: D0, 20 and BC. RGB value is (208,32,188). Sum of RGB (Red+Green+Blue) = 208+32+188=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 32 (12.89% from 255 or 7.48% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D020BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D020BC is #2FDF43. Grayscale: #656565. Windows color (decimal): -3137348 or 12329168. OLE color: 12329168.
HSL color Cylindrical-coordinate representation of color #D020BC: hue angle of 306.82º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D020BC is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 32 | 188 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.18 |
| HSL | 306.82º | 0.73% | 0.47% | - |
| HSV(B) | 306.82º | 0.85% | 0.82% | - |
| XYZ | 35.61 | 18.07 | 49.19 | - |
| YUV | 102.41 | 176.31 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 32 | 188 | 0 | 0.85 | 0.10 | 0.18 | 306.82 | 0.73 | 0.47 |
| Hex | D0 | 20 | BC | 0 | 55 | A | 12 | 133 | 49 | 2F |
| Octal | 320 | 40 | 274 | 0 | 125 | 12 | 22 | 463 | 111 | 57 |
| Binary | 11010000 | 100000 | 10111100 | 0 | 1010101 | 1010 | 10010 | 100110011 | 1001001 | 101111 |
Color Harmonies of #D020BC
Complementary color
Monochromatic Colors of #D020BC
Black with #D020BC
Text Example
Text Example
White with #D020BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D020BC; }
p { color: rgb(208,32,188); }
H1.HeaderClassName
{
color: #D020BC;
}
.AnyTagClassName
{
color: #D020BC;
}
</style>
background-color css
<style>
a { background-color: #D020BC; }
a { background-color: rgb(208,32,188); }
div.DivClassName
{
background-color: #D020BC;
}
.BgClassName
{
background-color: #D020BC;
}
</style>
border-color css
<style>
span { border-color: #D020BC; }
span { border-color: rgb(208,32,188); }
td.TdClassName
{
border-color: #D020BC;
}
.TagClassName
{
border-color: #D020BC;
}
</style>