Shades of Deep Magenta #DA00B7
Tints of Deep Magenta #DA00B7
RGB
CMYK
RGB Variations
Color information
#DA00B7 (or 0xDA00B7) is known color: Deep Magenta. HEX triplet: DA, 00 and B7. RGB value is (218,0,183). Sum of RGB (Red+Green+Blue) = 218+0+183=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 0 (0.39% from 255 or 0% from 401); Blue value is 183 (71.88% from 255 or 45.64% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00B7 is #25FF48. Grayscale: #555555. Windows color (decimal): -2490185 or 11993306. OLE color: 11993306.
HSL color Cylindrical-coordinate representation of color #DA00B7: hue angle of 309.63º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA00B7 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.16 | 0.15 |
| HSL | 309.63º | 1% | 0.43% | - |
| HSV(B) | 309.63º | 1% | 0.85% | - |
| XYZ | 37.46 | 18.32 | 46.36 | - |
| YUV | 86.04 | 182.72 | 222.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 183 | 0 | 1 | 0.16 | 0.15 | 309.63 | 1 | 0.43 |
| Hex | DA | 0 | B7 | 0 | 64 | 10 | F | 136 | 64 | 2B |
| Octal | 332 | 0 | 267 | 0 | 144 | 20 | 17 | 466 | 144 | 53 |
| Binary | 11011010 | 0 | 10110111 | 0 | 1100100 | 10000 | 1111 | 100110110 | 1100100 | 101011 |
Color Harmonies of #DA00B7
Complementary color
Monochromatic Colors of #DA00B7
Black with #DA00B7
Text Example
Text Example
White with #DA00B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00B7; }
p { color: rgb(218,0,183); }
H1.HeaderClassName
{
color: #DA00B7;
}
.AnyTagClassName
{
color: #DA00B7;
}
</style>
background-color css
<style>
a { background-color: #DA00B7; }
a { background-color: rgb(218,0,183); }
div.DivClassName
{
background-color: #DA00B7;
}
.BgClassName
{
background-color: #DA00B7;
}
</style>
border-color css
<style>
span { border-color: #DA00B7; }
span { border-color: rgb(218,0,183); }
td.TdClassName
{
border-color: #DA00B7;
}
.TagClassName
{
border-color: #DA00B7;
}
</style>