Shades of Deep Magenta #D800B3
Tints of Deep Magenta #D800B3
RGB
CMYK
RGB Variations
Color information
#D800B3 (or 0xD800B3) is known color: Deep Magenta. HEX triplet: D8, 00 and B3. RGB value is (216,0,179). Sum of RGB (Red+Green+Blue) = 216+0+179=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 0 (0.39% from 255 or 0% from 395); Blue value is 179 (70.31% from 255 or 45.32% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D800B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800B3 is #27FF4C. Grayscale: #545454. Windows color (decimal): -2621261 or 11731160. OLE color: 11731160.
HSL color Cylindrical-coordinate representation of color #D800B3: hue angle of 310.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800B3 is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 179 | - |
| CMYK | 0 | 1 | 0.17 | 0.15 |
| HSL | 310.28º | 1% | 0.42% | - |
| HSV(B) | 310.28º | 1% | 0.85% | - |
| XYZ | 36.46 | 17.85 | 44.17 | - |
| YUV | 84.99 | 181.06 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 179 | 0 | 1 | 0.17 | 0.15 | 310.28 | 1 | 0.42 |
| Hex | D8 | 0 | B3 | 0 | 64 | 11 | F | 136 | 64 | 2A |
| Octal | 330 | 0 | 263 | 0 | 144 | 21 | 17 | 466 | 144 | 52 |
| Binary | 11011000 | 0 | 10110011 | 0 | 1100100 | 10001 | 1111 | 100110110 | 1100100 | 101010 |
Color Harmonies of #D800B3
Complementary color
Monochromatic Colors of #D800B3
Black with #D800B3
Text Example
Text Example
White with #D800B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800B3; }
p { color: rgb(216,0,179); }
H1.HeaderClassName
{
color: #D800B3;
}
.AnyTagClassName
{
color: #D800B3;
}
</style>
background-color css
<style>
a { background-color: #D800B3; }
a { background-color: rgb(216,0,179); }
div.DivClassName
{
background-color: #D800B3;
}
.BgClassName
{
background-color: #D800B3;
}
</style>
border-color css
<style>
span { border-color: #D800B3; }
span { border-color: rgb(216,0,179); }
td.TdClassName
{
border-color: #D800B3;
}
.TagClassName
{
border-color: #D800B3;
}
</style>