Shades of Deep Magenta #DA01B7
Tints of Deep Magenta #DA01B7
RGB
CMYK
RGB Variations
Color information
#DA01B7 (or 0xDA01B7) is known color: Deep Magenta. HEX triplet: DA, 01 and B7. RGB value is (218,1,183). Sum of RGB (Red+Green+Blue) = 218+1+183=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01B7 is #25FE48. Grayscale: #565656. Windows color (decimal): -2489929 or 11993562. OLE color: 11993562.
HSL color Cylindrical-coordinate representation of color #DA01B7: hue angle of 309.68º 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 #DA01B7 is Cyan = 0, Magento = 1.00, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.16 | 0.15 |
| HSL | 309.68º | 0.99% | 0.43% | - |
| HSV(B) | 309.68º | 1% | 0.85% | - |
| XYZ | 37.47 | 18.35 | 46.37 | - |
| YUV | 86.63 | 182.39 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 183 | 0 | 1.00 | 0.16 | 0.15 | 309.68 | 0.99 | 0.43 |
| Hex | DA | 1 | B7 | 0 | 64 | 10 | F | 136 | 63 | 2B |
| Octal | 332 | 1 | 267 | 0 | 144 | 20 | 17 | 466 | 143 | 53 |
| Binary | 11011010 | 1 | 10110111 | 0 | 1100100 | 10000 | 1111 | 100110110 | 1100011 | 101011 |
Color Harmonies of #DA01B7
Complementary color
Monochromatic Colors of #DA01B7
Black with #DA01B7
Text Example
Text Example
White with #DA01B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01B7; }
p { color: rgb(218,1,183); }
H1.HeaderClassName
{
color: #DA01B7;
}
.AnyTagClassName
{
color: #DA01B7;
}
</style>
background-color css
<style>
a { background-color: #DA01B7; }
a { background-color: rgb(218,1,183); }
div.DivClassName
{
background-color: #DA01B7;
}
.BgClassName
{
background-color: #DA01B7;
}
</style>
border-color css
<style>
span { border-color: #DA01B7; }
span { border-color: rgb(218,1,183); }
td.TdClassName
{
border-color: #DA01B7;
}
.TagClassName
{
border-color: #DA01B7;
}
</style>