Shades of Deep Magenta #DA00BF
Tints of Deep Magenta #DA00BF
RGB
CMYK
RGB Variations
Color information
#DA00BF (or 0xDA00BF) is known color: Deep Magenta. HEX triplet: DA, 00 and BF. RGB value is (218,0,191). Sum of RGB (Red+Green+Blue) = 218+0+191=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 0 (0.39% from 255 or 0% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA00BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA00BF is #25FF40. Grayscale: #565656. Windows color (decimal): -2490177 or 12517594. OLE color: 12517594.
HSL color Cylindrical-coordinate representation of color #DA00BF: hue angle of 307.43º 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 #DA00BF is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 191 | - |
| CMYK | 0 | 1 | 0.12 | 0.15 |
| HSL | 307.43º | 1% | 0.43% | - |
| HSV(B) | 307.43º | 1% | 0.85% | - |
| XYZ | 38.32 | 18.67 | 50.87 | - |
| YUV | 86.96 | 186.72 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 191 | 0 | 1 | 0.12 | 0.15 | 307.43 | 1 | 0.43 |
| Hex | DA | 0 | BF | 0 | 64 | C | F | 133 | 64 | 2B |
| Octal | 332 | 0 | 277 | 0 | 144 | 14 | 17 | 463 | 144 | 53 |
| Binary | 11011010 | 0 | 10111111 | 0 | 1100100 | 1100 | 1111 | 100110011 | 1100100 | 101011 |
Color Harmonies of #DA00BF
Complementary color
Monochromatic Colors of #DA00BF
Black with #DA00BF
Text Example
Text Example
White with #DA00BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA00BF; }
p { color: rgb(218,0,191); }
H1.HeaderClassName
{
color: #DA00BF;
}
.AnyTagClassName
{
color: #DA00BF;
}
</style>
background-color css
<style>
a { background-color: #DA00BF; }
a { background-color: rgb(218,0,191); }
div.DivClassName
{
background-color: #DA00BF;
}
.BgClassName
{
background-color: #DA00BF;
}
</style>
border-color css
<style>
span { border-color: #DA00BF; }
span { border-color: rgb(218,0,191); }
td.TdClassName
{
border-color: #DA00BF;
}
.TagClassName
{
border-color: #DA00BF;
}
</style>