Shades of Deep Magenta #D800B2
Tints of Deep Magenta #D800B2
RGB
CMYK
RGB Variations
Color information
#D800B2 (or 0xD800B2) is known color: Deep Magenta. HEX triplet: D8, 00 and B2. RGB value is (216,0,178). Sum of RGB (Red+Green+Blue) = 216+0+178=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 178 (69.92% from 255 or 45.18% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D800B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D800B2 is #27FF4D. Grayscale: #545454. Windows color (decimal): -2621262 or 11665624. OLE color: 11665624.
HSL color Cylindrical-coordinate representation of color #D800B2: hue angle of 310.56º 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 #D800B2 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 178 | - |
| CMYK | 0 | 1 | 0.18 | 0.15 |
| HSL | 310.56º | 1% | 0.42% | - |
| HSV(B) | 310.56º | 1% | 0.85% | - |
| XYZ | 36.35 | 17.81 | 43.64 | - |
| YUV | 84.88 | 180.56 | 221.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 178 | 0 | 1 | 0.18 | 0.15 | 310.56 | 1 | 0.42 |
| Hex | D8 | 0 | B2 | 0 | 64 | 12 | F | 137 | 64 | 2A |
| Octal | 330 | 0 | 262 | 0 | 144 | 22 | 17 | 467 | 144 | 52 |
| Binary | 11011000 | 0 | 10110010 | 0 | 1100100 | 10010 | 1111 | 100110111 | 1100100 | 101010 |
Color Harmonies of #D800B2
Complementary color
Monochromatic Colors of #D800B2
Black with #D800B2
Text Example
Text Example
White with #D800B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800B2; }
p { color: rgb(216,0,178); }
H1.HeaderClassName
{
color: #D800B2;
}
.AnyTagClassName
{
color: #D800B2;
}
</style>
background-color css
<style>
a { background-color: #D800B2; }
a { background-color: rgb(216,0,178); }
div.DivClassName
{
background-color: #D800B2;
}
.BgClassName
{
background-color: #D800B2;
}
</style>
border-color css
<style>
span { border-color: #D800B2; }
span { border-color: rgb(216,0,178); }
td.TdClassName
{
border-color: #D800B2;
}
.TagClassName
{
border-color: #D800B2;
}
</style>