Shades of Deep Magenta #DA01BF
Tints of Deep Magenta #DA01BF
RGB
CMYK
RGB Variations
Color information
#DA01BF (or 0xDA01BF) is known color: Deep Magenta. HEX triplet: DA, 01 and BF. RGB value is (218,1,191). Sum of RGB (Red+Green+Blue) = 218+1+191=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01BF is #25FE40. Grayscale: #575757. Windows color (decimal): -2489921 or 12517850. OLE color: 12517850.
HSL color Cylindrical-coordinate representation of color #DA01BF: hue angle of 307.47º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01BF is Cyan = 0, Magento = 1.00, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.12 | 0.15 |
| HSL | 307.47º | 0.99% | 0.43% | - |
| HSV(B) | 307.47º | 1% | 0.85% | - |
| XYZ | 38.33 | 18.69 | 50.88 | - |
| YUV | 87.54 | 186.39 | 221.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 191 | 0 | 1.00 | 0.12 | 0.15 | 307.47 | 0.99 | 0.43 |
| Hex | DA | 1 | BF | 0 | 64 | C | F | 133 | 63 | 2B |
| Octal | 332 | 1 | 277 | 0 | 144 | 14 | 17 | 463 | 143 | 53 |
| Binary | 11011010 | 1 | 10111111 | 0 | 1100100 | 1100 | 1111 | 100110011 | 1100011 | 101011 |
Color Harmonies of #DA01BF
Complementary color
Monochromatic Colors of #DA01BF
Black with #DA01BF
Text Example
Text Example
White with #DA01BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01BF; }
p { color: rgb(218,1,191); }
H1.HeaderClassName
{
color: #DA01BF;
}
.AnyTagClassName
{
color: #DA01BF;
}
</style>
background-color css
<style>
a { background-color: #DA01BF; }
a { background-color: rgb(218,1,191); }
div.DivClassName
{
background-color: #DA01BF;
}
.BgClassName
{
background-color: #DA01BF;
}
</style>
border-color css
<style>
span { border-color: #DA01BF; }
span { border-color: rgb(218,1,191); }
td.TdClassName
{
border-color: #DA01BF;
}
.TagClassName
{
border-color: #DA01BF;
}
</style>