Shades of Deep Magenta #DA0FC9
Tints of Deep Magenta #DA0FC9
RGB
CMYK
RGB Variations
Color information
#DA0FC9 (or 0xDA0FC9) is known color: Deep Magenta. HEX triplet: DA, 0F and C9. RGB value is (218,15,201). Sum of RGB (Red+Green+Blue) = 218+15+201=434 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.23% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FC9 is #25F036. Grayscale: #606060. Windows color (decimal): -2486327 or 13176794. OLE color: 13176794.
HSL color Cylindrical-coordinate representation of color #DA0FC9: hue angle of 305.02º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA0FC9 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 201 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.15 |
| HSL | 305.02º | 0.87% | 0.46% | - |
| HSV(B) | 305.02º | 0.93% | 0.85% | - |
| XYZ | 39.63 | 19.46 | 56.93 | - |
| YUV | 96.9 | 186.75 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 201 | 0 | 0.93 | 0.08 | 0.15 | 305.02 | 0.87 | 0.46 |
| Hex | DA | F | C9 | 0 | 5D | 8 | F | 131 | 57 | 2E |
| Octal | 332 | 17 | 311 | 0 | 135 | 10 | 17 | 461 | 127 | 56 |
| Binary | 11011010 | 1111 | 11001001 | 0 | 1011101 | 1000 | 1111 | 100110001 | 1010111 | 101110 |
Color Harmonies of #DA0FC9
Complementary color
Monochromatic Colors of #DA0FC9
Black with #DA0FC9
Text Example
Text Example
White with #DA0FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FC9; }
p { color: rgb(218,15,201); }
H1.HeaderClassName
{
color: #DA0FC9;
}
.AnyTagClassName
{
color: #DA0FC9;
}
</style>
background-color css
<style>
a { background-color: #DA0FC9; }
a { background-color: rgb(218,15,201); }
div.DivClassName
{
background-color: #DA0FC9;
}
.BgClassName
{
background-color: #DA0FC9;
}
</style>
border-color css
<style>
span { border-color: #DA0FC9; }
span { border-color: rgb(218,15,201); }
td.TdClassName
{
border-color: #DA0FC9;
}
.TagClassName
{
border-color: #DA0FC9;
}
</style>