Shades of Deep Magenta #D80BBD
Tints of Deep Magenta #D80BBD
RGB
CMYK
RGB Variations
Color information
#D80BBD (or 0xD80BBD) is known color: Deep Magenta. HEX triplet: D8, 0B and BD. RGB value is (216,11,189). Sum of RGB (Red+Green+Blue) = 216+11+189=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 11 (4.69% from 255 or 2.64% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D80BBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80BBD is #27F442. Grayscale: #5C5C5C. Windows color (decimal): -2618435 or 12389336. OLE color: 12389336.
HSL color Cylindrical-coordinate representation of color #D80BBD: hue angle of 307.9º 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 #D80BBD is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 11 | 189 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.15 |
| HSL | 307.9º | 0.9% | 0.45% | - |
| HSV(B) | 307.9º | 0.95% | 0.85% | - |
| XYZ | 37.62 | 18.51 | 49.73 | - |
| YUV | 92.59 | 182.42 | 216.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 11 | 189 | 0 | 0.95 | 0.12 | 0.15 | 307.9 | 0.9 | 0.45 |
| Hex | D8 | B | BD | 0 | 5F | C | F | 134 | 5A | 2D |
| Octal | 330 | 13 | 275 | 0 | 137 | 14 | 17 | 464 | 132 | 55 |
| Binary | 11011000 | 1011 | 10111101 | 0 | 1011111 | 1100 | 1111 | 100110100 | 1011010 | 101101 |
Color Harmonies of #D80BBD
Complementary color
Monochromatic Colors of #D80BBD
Black with #D80BBD
Text Example
Text Example
White with #D80BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80BBD; }
p { color: rgb(216,11,189); }
H1.HeaderClassName
{
color: #D80BBD;
}
.AnyTagClassName
{
color: #D80BBD;
}
</style>
background-color css
<style>
a { background-color: #D80BBD; }
a { background-color: rgb(216,11,189); }
div.DivClassName
{
background-color: #D80BBD;
}
.BgClassName
{
background-color: #D80BBD;
}
</style>
border-color css
<style>
span { border-color: #D80BBD; }
span { border-color: rgb(216,11,189); }
td.TdClassName
{
border-color: #D80BBD;
}
.TagClassName
{
border-color: #D80BBD;
}
</style>