Shades of Deep Magenta #DA09B3
Tints of Deep Magenta #DA09B3
RGB
CMYK
RGB Variations
Color information
#DA09B3 (or 0xDA09B3) is known color: Deep Magenta. HEX triplet: DA, 09 and B3. RGB value is (218,9,179). Sum of RGB (Red+Green+Blue) = 218+9+179=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 179 (70.31% from 255 or 44.09% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09B3 is #25F64C. Grayscale: #5A5A5A. Windows color (decimal): -2487885 or 11733466. OLE color: 11733466.
HSL color Cylindrical-coordinate representation of color #DA09B3: hue angle of 311.2º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DA09B3 is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 179 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.15 |
| HSL | 311.2º | 0.92% | 0.45% | - |
| HSV(B) | 311.2º | 0.96% | 0.85% | - |
| XYZ | 37.15 | 18.36 | 44.23 | - |
| YUV | 90.87 | 177.74 | 218.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 179 | 0 | 0.96 | 0.18 | 0.15 | 311.2 | 0.92 | 0.45 |
| Hex | DA | 9 | B3 | 0 | 60 | 12 | F | 137 | 5C | 2D |
| Octal | 332 | 11 | 263 | 0 | 140 | 22 | 17 | 467 | 134 | 55 |
| Binary | 11011010 | 1001 | 10110011 | 0 | 1100000 | 10010 | 1111 | 100110111 | 1011100 | 101101 |
Color Harmonies of #DA09B3
Complementary color
Monochromatic Colors of #DA09B3
Black with #DA09B3
Text Example
Text Example
White with #DA09B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09B3; }
p { color: rgb(218,9,179); }
H1.HeaderClassName
{
color: #DA09B3;
}
.AnyTagClassName
{
color: #DA09B3;
}
</style>
background-color css
<style>
a { background-color: #DA09B3; }
a { background-color: rgb(218,9,179); }
div.DivClassName
{
background-color: #DA09B3;
}
.BgClassName
{
background-color: #DA09B3;
}
</style>
border-color css
<style>
span { border-color: #DA09B3; }
span { border-color: rgb(218,9,179); }
td.TdClassName
{
border-color: #DA09B3;
}
.TagClassName
{
border-color: #DA09B3;
}
</style>