Shades of Deep Magenta #DA0FCD
Tints of Deep Magenta #DA0FCD
RGB
CMYK
RGB Variations
Color information
#DA0FCD (or 0xDA0FCD) is known color: Deep Magenta. HEX triplet: DA, 0F and CD. RGB value is (218,15,205). Sum of RGB (Red+Green+Blue) = 218+15+205=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 205 (80.47% from 255 or 46.80% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FCD is #25F032. Grayscale: #606060. Windows color (decimal): -2486323 or 13438938. OLE color: 13438938.
HSL color Cylindrical-coordinate representation of color #DA0FCD: hue angle of 303.84º 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 #DA0FCD is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 205 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.15 |
| HSL | 303.84º | 0.87% | 0.46% | - |
| HSV(B) | 303.84º | 0.93% | 0.85% | - |
| XYZ | 40.1 | 19.65 | 59.44 | - |
| YUV | 97.36 | 188.75 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 205 | 0 | 0.93 | 0.06 | 0.15 | 303.84 | 0.87 | 0.46 |
| Hex | DA | F | CD | 0 | 5D | 6 | F | 130 | 57 | 2E |
| Octal | 332 | 17 | 315 | 0 | 135 | 6 | 17 | 460 | 127 | 56 |
| Binary | 11011010 | 1111 | 11001101 | 0 | 1011101 | 110 | 1111 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DA0FCD
Complementary color
Monochromatic Colors of #DA0FCD
Black with #DA0FCD
Text Example
Text Example
White with #DA0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FCD; }
p { color: rgb(218,15,205); }
H1.HeaderClassName
{
color: #DA0FCD;
}
.AnyTagClassName
{
color: #DA0FCD;
}
</style>
background-color css
<style>
a { background-color: #DA0FCD; }
a { background-color: rgb(218,15,205); }
div.DivClassName
{
background-color: #DA0FCD;
}
.BgClassName
{
background-color: #DA0FCD;
}
</style>
border-color css
<style>
span { border-color: #DA0FCD; }
span { border-color: rgb(218,15,205); }
td.TdClassName
{
border-color: #DA0FCD;
}
.TagClassName
{
border-color: #DA0FCD;
}
</style>