Shades of Deep Magenta #DA02BF
Tints of Deep Magenta #DA02BF
RGB
CMYK
RGB Variations
Color information
#DA02BF (or 0xDA02BF) is known color: Deep Magenta. HEX triplet: DA, 02 and BF. RGB value is (218,2,191). Sum of RGB (Red+Green+Blue) = 218+2+191=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 2 (1.17% from 255 or 0.49% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02BF is #25FD40. Grayscale: #575757. Windows color (decimal): -2489665 or 12518106. OLE color: 12518106.
HSL color Cylindrical-coordinate representation of color #DA02BF: hue angle of 307.5º 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 #DA02BF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 191 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.15 |
| HSL | 307.5º | 0.98% | 0.43% | - |
| HSV(B) | 307.5º | 0.99% | 0.85% | - |
| XYZ | 38.34 | 18.71 | 50.88 | - |
| YUV | 88.13 | 186.06 | 220.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 191 | 0 | 0.99 | 0.12 | 0.15 | 307.5 | 0.98 | 0.43 |
| Hex | DA | 2 | BF | 0 | 63 | C | F | 134 | 62 | 2B |
| Octal | 332 | 2 | 277 | 0 | 143 | 14 | 17 | 464 | 142 | 53 |
| Binary | 11011010 | 10 | 10111111 | 0 | 1100011 | 1100 | 1111 | 100110100 | 1100010 | 101011 |
Color Harmonies of #DA02BF
Complementary color
Monochromatic Colors of #DA02BF
Black with #DA02BF
Text Example
Text Example
White with #DA02BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02BF; }
p { color: rgb(218,2,191); }
H1.HeaderClassName
{
color: #DA02BF;
}
.AnyTagClassName
{
color: #DA02BF;
}
</style>
background-color css
<style>
a { background-color: #DA02BF; }
a { background-color: rgb(218,2,191); }
div.DivClassName
{
background-color: #DA02BF;
}
.BgClassName
{
background-color: #DA02BF;
}
</style>
border-color css
<style>
span { border-color: #DA02BF; }
span { border-color: rgb(218,2,191); }
td.TdClassName
{
border-color: #DA02BF;
}
.TagClassName
{
border-color: #DA02BF;
}
</style>