Shades of Deep Magenta #DA03B6
Tints of Deep Magenta #DA03B6
RGB
CMYK
RGB Variations
Color information
#DA03B6 (or 0xDA03B6) is known color: Deep Magenta. HEX triplet: DA, 03 and B6. RGB value is (218,3,182). Sum of RGB (Red+Green+Blue) = 218+3+182=403 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.09% from 403); Green value is 3 (1.56% from 255 or 0.74% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 218 - color contains mainly: red. Hex color #DA03B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA03B6 is #25FC49. Grayscale: #575757. Windows color (decimal): -2489418 or 11928538. OLE color: 11928538.
HSL color Cylindrical-coordinate representation of color #DA03B6: hue angle of 310.05º degrees, saturation: 0.97, 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 #DA03B6 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 3 | 182 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.15 |
| HSL | 310.05º | 0.97% | 0.43% | - |
| HSV(B) | 310.05º | 0.99% | 0.85% | - |
| XYZ | 37.39 | 18.35 | 45.83 | - |
| YUV | 87.69 | 181.23 | 220.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 3 | 182 | 0 | 0.99 | 0.17 | 0.15 | 310.05 | 0.97 | 0.43 |
| Hex | DA | 3 | B6 | 0 | 63 | 11 | F | 136 | 61 | 2B |
| Octal | 332 | 3 | 266 | 0 | 143 | 21 | 17 | 466 | 141 | 53 |
| Binary | 11011010 | 11 | 10110110 | 0 | 1100011 | 10001 | 1111 | 100110110 | 1100001 | 101011 |
Color Harmonies of #DA03B6
Complementary color
Monochromatic Colors of #DA03B6
Black with #DA03B6
Text Example
Text Example
White with #DA03B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA03B6; }
p { color: rgb(218,3,182); }
H1.HeaderClassName
{
color: #DA03B6;
}
.AnyTagClassName
{
color: #DA03B6;
}
</style>
background-color css
<style>
a { background-color: #DA03B6; }
a { background-color: rgb(218,3,182); }
div.DivClassName
{
background-color: #DA03B6;
}
.BgClassName
{
background-color: #DA03B6;
}
</style>
border-color css
<style>
span { border-color: #DA03B6; }
span { border-color: rgb(218,3,182); }
td.TdClassName
{
border-color: #DA03B6;
}
.TagClassName
{
border-color: #DA03B6;
}
</style>