Shades of Deep Magenta #DA16CA
Tints of Deep Magenta #DA16CA
RGB
CMYK
RGB Variations
Color information
#DA16CA (or 0xDA16CA) is known color: Deep Magenta. HEX triplet: DA, 16 and CA. RGB value is (218,22,202). Sum of RGB (Red+Green+Blue) = 218+22+202=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 22 (8.98% from 255 or 4.98% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA16CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA16CA is #25E935. Grayscale: #646464. Windows color (decimal): -2484534 or 13244122. OLE color: 13244122.
HSL color Cylindrical-coordinate representation of color #DA16CA: hue angle of 304.9º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA16CA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 22 | 202 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.15 |
| HSL | 304.9º | 0.82% | 0.47% | - |
| HSV(B) | 304.9º | 0.9% | 0.85% | - |
| XYZ | 39.86 | 19.74 | 57.59 | - |
| YUV | 101.12 | 184.93 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 22 | 202 | 0 | 0.90 | 0.07 | 0.15 | 304.9 | 0.82 | 0.47 |
| Hex | DA | 16 | CA | 0 | 5A | 7 | F | 131 | 52 | 2F |
| Octal | 332 | 26 | 312 | 0 | 132 | 7 | 17 | 461 | 122 | 57 |
| Binary | 11011010 | 10110 | 11001010 | 0 | 1011010 | 111 | 1111 | 100110001 | 1010010 | 101111 |
Color Harmonies of #DA16CA
Complementary color
Monochromatic Colors of #DA16CA
Black with #DA16CA
Text Example
Text Example
White with #DA16CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA16CA; }
p { color: rgb(218,22,202); }
H1.HeaderClassName
{
color: #DA16CA;
}
.AnyTagClassName
{
color: #DA16CA;
}
</style>
background-color css
<style>
a { background-color: #DA16CA; }
a { background-color: rgb(218,22,202); }
div.DivClassName
{
background-color: #DA16CA;
}
.BgClassName
{
background-color: #DA16CA;
}
</style>
border-color css
<style>
span { border-color: #DA16CA; }
span { border-color: rgb(218,22,202); }
td.TdClassName
{
border-color: #DA16CA;
}
.TagClassName
{
border-color: #DA16CA;
}
</style>