Shades of Deep Magenta #DA02B3
Tints of Deep Magenta #DA02B3
RGB
CMYK
RGB Variations
Color information
#DA02B3 (or 0xDA02B3) is known color: Deep Magenta. HEX triplet: DA, 02 and B3. RGB value is (218,2,179). Sum of RGB (Red+Green+Blue) = 218+2+179=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 2 (1.17% from 255 or 0.50% from 399); Blue value is 179 (70.31% from 255 or 44.86% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA02B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA02B3 is #25FD4C. Grayscale: #565656. Windows color (decimal): -2489677 or 11731674. OLE color: 11731674.
HSL color Cylindrical-coordinate representation of color #DA02B3: hue angle of 310.83º 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 #DA02B3 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 2 | 179 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.15 |
| HSL | 310.83º | 0.98% | 0.43% | - |
| HSV(B) | 310.83º | 0.99% | 0.85% | - |
| XYZ | 37.07 | 18.2 | 44.21 | - |
| YUV | 86.76 | 180.06 | 221.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 2 | 179 | 0 | 0.99 | 0.18 | 0.15 | 310.83 | 0.98 | 0.43 |
| Hex | DA | 2 | B3 | 0 | 63 | 12 | F | 137 | 62 | 2B |
| Octal | 332 | 2 | 263 | 0 | 143 | 22 | 17 | 467 | 142 | 53 |
| Binary | 11011010 | 10 | 10110011 | 0 | 1100011 | 10010 | 1111 | 100110111 | 1100010 | 101011 |
Color Harmonies of #DA02B3
Complementary color
Monochromatic Colors of #DA02B3
Black with #DA02B3
Text Example
Text Example
White with #DA02B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA02B3; }
p { color: rgb(218,2,179); }
H1.HeaderClassName
{
color: #DA02B3;
}
.AnyTagClassName
{
color: #DA02B3;
}
</style>
background-color css
<style>
a { background-color: #DA02B3; }
a { background-color: rgb(218,2,179); }
div.DivClassName
{
background-color: #DA02B3;
}
.BgClassName
{
background-color: #DA02B3;
}
</style>
border-color css
<style>
span { border-color: #DA02B3; }
span { border-color: rgb(218,2,179); }
td.TdClassName
{
border-color: #DA02B3;
}
.TagClassName
{
border-color: #DA02B3;
}
</style>