Shades of Deep Magenta #DA01B5
Tints of Deep Magenta #DA01B5
RGB
CMYK
RGB Variations
Color information
#DA01B5 (or 0xDA01B5) is known color: Deep Magenta. HEX triplet: DA, 01 and B5. RGB value is (218,1,181). Sum of RGB (Red+Green+Blue) = 218+1+181=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 1 (0.78% from 255 or 0.25% from 400); Blue value is 181 (71.09% from 255 or 45.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01B5 is #25FE4A. Grayscale: #555555. Windows color (decimal): -2489931 or 11862490. OLE color: 11862490.
HSL color Cylindrical-coordinate representation of color #DA01B5: hue angle of 310.23º 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 #DA01B5 is Cyan = 0, Magento = 1.00, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.17 | 0.15 |
| HSL | 310.23º | 0.99% | 0.43% | - |
| HSV(B) | 310.23º | 1% | 0.85% | - |
| XYZ | 37.26 | 18.26 | 45.28 | - |
| YUV | 86.4 | 181.39 | 221.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 181 | 0 | 1.00 | 0.17 | 0.15 | 310.23 | 0.99 | 0.43 |
| Hex | DA | 1 | B5 | 0 | 64 | 11 | F | 136 | 63 | 2B |
| Octal | 332 | 1 | 265 | 0 | 144 | 21 | 17 | 466 | 143 | 53 |
| Binary | 11011010 | 1 | 10110101 | 0 | 1100100 | 10001 | 1111 | 100110110 | 1100011 | 101011 |
Color Harmonies of #DA01B5
Complementary color
Monochromatic Colors of #DA01B5
Black with #DA01B5
Text Example
Text Example
White with #DA01B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01B5; }
p { color: rgb(218,1,181); }
H1.HeaderClassName
{
color: #DA01B5;
}
.AnyTagClassName
{
color: #DA01B5;
}
</style>
background-color css
<style>
a { background-color: #DA01B5; }
a { background-color: rgb(218,1,181); }
div.DivClassName
{
background-color: #DA01B5;
}
.BgClassName
{
background-color: #DA01B5;
}
</style>
border-color css
<style>
span { border-color: #DA01B5; }
span { border-color: rgb(218,1,181); }
td.TdClassName
{
border-color: #DA01B5;
}
.TagClassName
{
border-color: #DA01B5;
}
</style>