Shades of Deep Magenta #DA0FC2
Tints of Deep Magenta #DA0FC2
RGB
CMYK
RGB Variations
Color information
#DA0FC2 (or 0xDA0FC2) is known color: Deep Magenta. HEX triplet: DA, 0F and C2. RGB value is (218,15,194). Sum of RGB (Red+Green+Blue) = 218+15+194=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 15 (6.25% from 255 or 3.51% from 427); Blue value is 194 (76.17% from 255 or 45.43% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FC2 is #25F03D. Grayscale: #5F5F5F. Windows color (decimal): -2486334 or 12718042. OLE color: 12718042.
HSL color Cylindrical-coordinate representation of color #DA0FC2: hue angle of 307.09º 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 #DA0FC2 is Cyan = 0, Magento = 0.93, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 194 | - |
| CMYK | 0 | 0.93 | 0.11 | 0.15 |
| HSL | 307.09º | 0.87% | 0.46% | - |
| HSV(B) | 307.09º | 0.93% | 0.85% | - |
| XYZ | 38.82 | 19.14 | 52.69 | - |
| YUV | 96.1 | 183.25 | 214.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 194 | 0 | 0.93 | 0.11 | 0.15 | 307.09 | 0.87 | 0.46 |
| Hex | DA | F | C2 | 0 | 5D | B | F | 133 | 57 | 2E |
| Octal | 332 | 17 | 302 | 0 | 135 | 13 | 17 | 463 | 127 | 56 |
| Binary | 11011010 | 1111 | 11000010 | 0 | 1011101 | 1011 | 1111 | 100110011 | 1010111 | 101110 |
Color Harmonies of #DA0FC2
Complementary color
Monochromatic Colors of #DA0FC2
Black with #DA0FC2
Text Example
Text Example
White with #DA0FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FC2; }
p { color: rgb(218,15,194); }
H1.HeaderClassName
{
color: #DA0FC2;
}
.AnyTagClassName
{
color: #DA0FC2;
}
</style>
background-color css
<style>
a { background-color: #DA0FC2; }
a { background-color: rgb(218,15,194); }
div.DivClassName
{
background-color: #DA0FC2;
}
.BgClassName
{
background-color: #DA0FC2;
}
</style>
border-color css
<style>
span { border-color: #DA0FC2; }
span { border-color: rgb(218,15,194); }
td.TdClassName
{
border-color: #DA0FC2;
}
.TagClassName
{
border-color: #DA0FC2;
}
</style>