Shades of Deep Magenta #DA01CC
Tints of Deep Magenta #DA01CC
RGB
CMYK
RGB Variations
Color information
#DA01CC (or 0xDA01CC) is known color: Deep Magenta. HEX triplet: DA, 01 and CC. RGB value is (218,1,204). Sum of RGB (Red+Green+Blue) = 218+1+204=423 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.54% from 423); Green value is 1 (0.78% from 255 or 0.24% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 218 - color contains mainly: red. Hex color #DA01CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA01CC is #25FE33. Grayscale: #585858. Windows color (decimal): -2489908 or 13369818. OLE color: 13369818.
HSL color Cylindrical-coordinate representation of color #DA01CC: hue angle of 303.87º 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 #DA01CC is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 1 | 204 | - |
| CMYK | 0 | 1.00 | 0.06 | 0.15 |
| HSL | 303.87º | 0.99% | 0.43% | - |
| HSV(B) | 303.87º | 1% | 0.85% | - |
| XYZ | 39.82 | 19.29 | 58.75 | - |
| YUV | 89.03 | 192.89 | 219.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 1 | 204 | 0 | 1.00 | 0.06 | 0.15 | 303.87 | 0.99 | 0.43 |
| Hex | DA | 1 | CC | 0 | 64 | 6 | F | 130 | 63 | 2B |
| Octal | 332 | 1 | 314 | 0 | 144 | 6 | 17 | 460 | 143 | 53 |
| Binary | 11011010 | 1 | 11001100 | 0 | 1100100 | 110 | 1111 | 100110000 | 1100011 | 101011 |
Color Harmonies of #DA01CC
Complementary color
Monochromatic Colors of #DA01CC
Black with #DA01CC
Text Example
Text Example
White with #DA01CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA01CC; }
p { color: rgb(218,1,204); }
H1.HeaderClassName
{
color: #DA01CC;
}
.AnyTagClassName
{
color: #DA01CC;
}
</style>
background-color css
<style>
a { background-color: #DA01CC; }
a { background-color: rgb(218,1,204); }
div.DivClassName
{
background-color: #DA01CC;
}
.BgClassName
{
background-color: #DA01CC;
}
</style>
border-color css
<style>
span { border-color: #DA01CC; }
span { border-color: rgb(218,1,204); }
td.TdClassName
{
border-color: #DA01CC;
}
.TagClassName
{
border-color: #DA01CC;
}
</style>