Shades of Deep Magenta #DA0FCF
Tints of Deep Magenta #DA0FCF
RGB
CMYK
RGB Variations
Color information
#DA0FCF (or 0xDA0FCF) is known color: Deep Magenta. HEX triplet: DA, 0F and CF. RGB value is (218,15,207). Sum of RGB (Red+Green+Blue) = 218+15+207=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 207 (81.25% from 255 or 47.05% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0FCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA0FCF is #25F030. Grayscale: #616161. Windows color (decimal): -2486321 or 13570010. OLE color: 13570010.
HSL color Cylindrical-coordinate representation of color #DA0FCF: hue angle of 303.25º 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 #DA0FCF is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 15 | 207 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.15 |
| HSL | 303.25º | 0.87% | 0.46% | - |
| HSV(B) | 303.25º | 0.93% | 0.85% | - |
| XYZ | 40.35 | 19.75 | 60.72 | - |
| YUV | 97.59 | 189.75 | 213.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 15 | 207 | 0 | 0.93 | 0.05 | 0.15 | 303.25 | 0.87 | 0.46 |
| Hex | DA | F | CF | 0 | 5D | 5 | F | 12F | 57 | 2E |
| Octal | 332 | 17 | 317 | 0 | 135 | 5 | 17 | 457 | 127 | 56 |
| Binary | 11011010 | 1111 | 11001111 | 0 | 1011101 | 101 | 1111 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DA0FCF
Complementary color
Monochromatic Colors of #DA0FCF
Black with #DA0FCF
Text Example
Text Example
White with #DA0FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0FCF; }
p { color: rgb(218,15,207); }
H1.HeaderClassName
{
color: #DA0FCF;
}
.AnyTagClassName
{
color: #DA0FCF;
}
</style>
background-color css
<style>
a { background-color: #DA0FCF; }
a { background-color: rgb(218,15,207); }
div.DivClassName
{
background-color: #DA0FCF;
}
.BgClassName
{
background-color: #DA0FCF;
}
</style>
border-color css
<style>
span { border-color: #DA0FCF; }
span { border-color: rgb(218,15,207); }
td.TdClassName
{
border-color: #DA0FCF;
}
.TagClassName
{
border-color: #DA0FCF;
}
</style>