Shades of Deep Magenta #DA0FCE
Tints of Deep Magenta #DA0FCE
RGB
CMYK
RGB Variations
Color information
#DA0FCE (or 0xDA0FCE) is known color: Deep Magenta. HEX triplet: DA, 0F and CE. RGB value is (218,15,206). Sum of RGB (Red+Green+Blue) = 218+15+206=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 15 (6.25% from 255 or 3.42% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FCE is #25F031. Grayscale: #606060. Windows color (decimal): -2486322 or 13504474. OLE color: 13504474.
HSL color Cylindrical-coordinate representation of color #DA0FCE: hue angle of 303.55º 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 #DA0FCE is Cyan = 0, Magento = 0.93, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 206 | - |
| CMYK | 0 | 0.93 | 0.06 | 0.15 |
| HSL | 303.55º | 0.87% | 0.46% | - |
| HSV(B) | 303.55º | 0.93% | 0.85% | - |
| XYZ | 40.22 | 19.7 | 60.08 | - |
| YUV | 97.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 206 | 0 | 0.93 | 0.06 | 0.15 | 303.55 | 0.87 | 0.46 |
| Hex | DA | F | CE | 0 | 5D | 6 | F | 130 | 57 | 2E |
| Octal | 332 | 17 | 316 | 0 | 135 | 6 | 17 | 460 | 127 | 56 |
| Binary | 11011010 | 1111 | 11001110 | 0 | 1011101 | 110 | 1111 | 100110000 | 1010111 | 101110 |
Color Harmonies of #DA0FCE
Complementary color
Monochromatic Colors of #DA0FCE
Black with #DA0FCE
Text Example
Text Example
White with #DA0FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FCE; }
p { color: rgb(218,15,206); }
H1.HeaderClassName
{
color: #DA0FCE;
}
.AnyTagClassName
{
color: #DA0FCE;
}
</style>
background-color css
<style>
a { background-color: #DA0FCE; }
a { background-color: rgb(218,15,206); }
div.DivClassName
{
background-color: #DA0FCE;
}
.BgClassName
{
background-color: #DA0FCE;
}
</style>
border-color css
<style>
span { border-color: #DA0FCE; }
span { border-color: rgb(218,15,206); }
td.TdClassName
{
border-color: #DA0FCE;
}
.TagClassName
{
border-color: #DA0FCE;
}
</style>