Shades of Deep Magenta #D80BCA
Tints of Deep Magenta #D80BCA
RGB
CMYK
RGB Variations
Color information
#D80BCA (or 0xD80BCA) is known color: Deep Magenta. HEX triplet: D8, 0B and CA. RGB value is (216,11,202). Sum of RGB (Red+Green+Blue) = 216+11+202=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BCA is #27F435. Grayscale: #5D5D5D. Windows color (decimal): -2618422 or 13241304. OLE color: 13241304.
HSL color Cylindrical-coordinate representation of color #D80BCA: hue angle of 304.1º 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 #D80BCA is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 202 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.15 |
| HSL | 304.1º | 0.9% | 0.45% | - |
| HSV(B) | 304.1º | 0.95% | 0.85% | - |
| XYZ | 39.1 | 19.1 | 57.5 | - |
| YUV | 94.07 | 188.92 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 202 | 0 | 0.95 | 0.06 | 0.15 | 304.1 | 0.9 | 0.45 |
| Hex | D8 | B | CA | 0 | 5F | 6 | F | 130 | 5A | 2D |
| Octal | 330 | 13 | 312 | 0 | 137 | 6 | 17 | 460 | 132 | 55 |
| Binary | 11011000 | 1011 | 11001010 | 0 | 1011111 | 110 | 1111 | 100110000 | 1011010 | 101101 |
Color Harmonies of #D80BCA
Complementary color
Monochromatic Colors of #D80BCA
Black with #D80BCA
Text Example
Text Example
White with #D80BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BCA; }
p { color: rgb(216,11,202); }
H1.HeaderClassName
{
color: #D80BCA;
}
.AnyTagClassName
{
color: #D80BCA;
}
</style>
background-color css
<style>
a { background-color: #D80BCA; }
a { background-color: rgb(216,11,202); }
div.DivClassName
{
background-color: #D80BCA;
}
.BgClassName
{
background-color: #D80BCA;
}
</style>
border-color css
<style>
span { border-color: #D80BCA; }
span { border-color: rgb(216,11,202); }
td.TdClassName
{
border-color: #D80BCA;
}
.TagClassName
{
border-color: #D80BCA;
}
</style>