Shades of Deep Magenta #DA02BB
Tints of Deep Magenta #DA02BB
RGB
CMYK
RGB Variations
Color information
#DA02BB (or 0xDA02BB) is known color: Deep Magenta. HEX triplet: DA, 02 and BB. RGB value is (218,2,187). Sum of RGB (Red+Green+Blue) = 218+2+187=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 2 (1.17% from 255 or 0.49% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02BB is #25FD44. Grayscale: #575757. Windows color (decimal): -2489669 or 12255962. OLE color: 12255962.
HSL color Cylindrical-coordinate representation of color #DA02BB: hue angle of 308.61º 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 #DA02BB is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 187 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.15 |
| HSL | 308.61º | 0.98% | 0.43% | - |
| HSV(B) | 308.61º | 0.99% | 0.85% | - |
| XYZ | 37.9 | 18.54 | 48.59 | - |
| YUV | 87.67 | 184.06 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 187 | 0 | 0.99 | 0.14 | 0.15 | 308.61 | 0.98 | 0.43 |
| Hex | DA | 2 | BB | 0 | 63 | E | F | 135 | 62 | 2B |
| Octal | 332 | 2 | 273 | 0 | 143 | 16 | 17 | 465 | 142 | 53 |
| Binary | 11011010 | 10 | 10111011 | 0 | 1100011 | 1110 | 1111 | 100110101 | 1100010 | 101011 |
Color Harmonies of #DA02BB
Complementary color
Monochromatic Colors of #DA02BB
Black with #DA02BB
Text Example
Text Example
White with #DA02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02BB; }
p { color: rgb(218,2,187); }
H1.HeaderClassName
{
color: #DA02BB;
}
.AnyTagClassName
{
color: #DA02BB;
}
</style>
background-color css
<style>
a { background-color: #DA02BB; }
a { background-color: rgb(218,2,187); }
div.DivClassName
{
background-color: #DA02BB;
}
.BgClassName
{
background-color: #DA02BB;
}
</style>
border-color css
<style>
span { border-color: #DA02BB; }
span { border-color: rgb(218,2,187); }
td.TdClassName
{
border-color: #DA02BB;
}
.TagClassName
{
border-color: #DA02BB;
}
</style>