Shades of Deep Magenta #DA02B5
Tints of Deep Magenta #DA02B5
RGB
CMYK
RGB Variations
Color information
#DA02B5 (or 0xDA02B5) is known color: Deep Magenta. HEX triplet: DA, 02 and B5. RGB value is (218,2,181). Sum of RGB (Red+Green+Blue) = 218+2+181=401 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.36% from 401); Green value is 2 (1.17% from 255 or 0.50% from 401); Blue value is 181 (71.09% from 255 or 45.14% from 401); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02B5 is #25FD4A. Grayscale: #565656. Windows color (decimal): -2489675 or 11862746. OLE color: 11862746.
HSL color Cylindrical-coordinate representation of color #DA02B5: hue angle of 310.28º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA02B5 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 181 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.15 |
| HSL | 310.28º | 0.98% | 0.43% | - |
| HSV(B) | 310.28º | 0.99% | 0.85% | - |
| XYZ | 37.28 | 18.29 | 45.28 | - |
| YUV | 86.99 | 181.06 | 221.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 181 | 0 | 0.99 | 0.17 | 0.15 | 310.28 | 0.98 | 0.43 |
| Hex | DA | 2 | B5 | 0 | 63 | 11 | F | 136 | 62 | 2B |
| Octal | 332 | 2 | 265 | 0 | 143 | 21 | 17 | 466 | 142 | 53 |
| Binary | 11011010 | 10 | 10110101 | 0 | 1100011 | 10001 | 1111 | 100110110 | 1100010 | 101011 |
Color Harmonies of #DA02B5
Complementary color
Monochromatic Colors of #DA02B5
Black with #DA02B5
Text Example
Text Example
White with #DA02B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02B5; }
p { color: rgb(218,2,181); }
H1.HeaderClassName
{
color: #DA02B5;
}
.AnyTagClassName
{
color: #DA02B5;
}
</style>
background-color css
<style>
a { background-color: #DA02B5; }
a { background-color: rgb(218,2,181); }
div.DivClassName
{
background-color: #DA02B5;
}
.BgClassName
{
background-color: #DA02B5;
}
</style>
border-color css
<style>
span { border-color: #DA02B5; }
span { border-color: rgb(218,2,181); }
td.TdClassName
{
border-color: #DA02B5;
}
.TagClassName
{
border-color: #DA02B5;
}
</style>