Shades of Deep Magenta #DA09BD
Tints of Deep Magenta #DA09BD
RGB
CMYK
RGB Variations
Color information
#DA09BD (or 0xDA09BD) is known color: Deep Magenta. HEX triplet: DA, 09 and BD. RGB value is (218,9,189). Sum of RGB (Red+Green+Blue) = 218+9+189=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA09BD is #25F642. Grayscale: #5B5B5B. Windows color (decimal): -2487875 or 12388826. OLE color: 12388826.
HSL color Cylindrical-coordinate representation of color #DA09BD: hue angle of 308.33º 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 #DA09BD is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.15 |
| HSL | 308.33º | 0.92% | 0.45% | - |
| HSV(B) | 308.33º | 0.96% | 0.85% | - |
| XYZ | 38.2 | 18.77 | 49.75 | - |
| YUV | 92.01 | 182.74 | 217.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 9 | 189 | 0 | 0.96 | 0.13 | 0.15 | 308.33 | 0.92 | 0.45 |
| Hex | DA | 9 | BD | 0 | 60 | D | F | 134 | 5C | 2D |
| Octal | 332 | 11 | 275 | 0 | 140 | 15 | 17 | 464 | 134 | 55 |
| Binary | 11011010 | 1001 | 10111101 | 0 | 1100000 | 1101 | 1111 | 100110100 | 1011100 | 101101 |
Color Harmonies of #DA09BD
Complementary color
Monochromatic Colors of #DA09BD
Black with #DA09BD
Text Example
Text Example
White with #DA09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA09BD; }
p { color: rgb(218,9,189); }
H1.HeaderClassName
{
color: #DA09BD;
}
.AnyTagClassName
{
color: #DA09BD;
}
</style>
background-color css
<style>
a { background-color: #DA09BD; }
a { background-color: rgb(218,9,189); }
div.DivClassName
{
background-color: #DA09BD;
}
.BgClassName
{
background-color: #DA09BD;
}
</style>
border-color css
<style>
span { border-color: #DA09BD; }
span { border-color: rgb(218,9,189); }
td.TdClassName
{
border-color: #DA09BD;
}
.TagClassName
{
border-color: #DA09BD;
}
</style>