Shades of Deep Magenta #DA01CF
Tints of Deep Magenta #DA01CF
RGB
CMYK
RGB Variations
Color information
#DA01CF (or 0xDA01CF) is known color: Deep Magenta. HEX triplet: DA, 01 and CF. RGB value is (218,1,207). Sum of RGB (Red+Green+Blue) = 218+1+207=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 1 (0.78% from 255 or 0.23% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01CF is #25FE30. Grayscale: #585858. Windows color (decimal): -2489905 or 13566426. OLE color: 13566426.
HSL color Cylindrical-coordinate representation of color #DA01CF: hue angle of 303.04º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA01CF is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 207 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.15 |
| HSL | 303.04º | 0.99% | 0.43% | - |
| HSV(B) | 303.04º | 1% | 0.85% | - |
| XYZ | 40.19 | 19.43 | 60.66 | - |
| YUV | 89.37 | 194.39 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 207 | 0 | 1.00 | 0.05 | 0.15 | 303.04 | 0.99 | 0.43 |
| Hex | DA | 1 | CF | 0 | 64 | 5 | F | 12F | 63 | 2B |
| Octal | 332 | 1 | 317 | 0 | 144 | 5 | 17 | 457 | 143 | 53 |
| Binary | 11011010 | 1 | 11001111 | 0 | 1100100 | 101 | 1111 | 100101111 | 1100011 | 101011 |
Color Harmonies of #DA01CF
Complementary color
Monochromatic Colors of #DA01CF
Black with #DA01CF
Text Example
Text Example
White with #DA01CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01CF; }
p { color: rgb(218,1,207); }
H1.HeaderClassName
{
color: #DA01CF;
}
.AnyTagClassName
{
color: #DA01CF;
}
</style>
background-color css
<style>
a { background-color: #DA01CF; }
a { background-color: rgb(218,1,207); }
div.DivClassName
{
background-color: #DA01CF;
}
.BgClassName
{
background-color: #DA01CF;
}
</style>
border-color css
<style>
span { border-color: #DA01CF; }
span { border-color: rgb(218,1,207); }
td.TdClassName
{
border-color: #DA01CF;
}
.TagClassName
{
border-color: #DA01CF;
}
</style>