Shades of Deep Magenta #DA14CC
Tints of Deep Magenta #DA14CC
RGB
CMYK
RGB Variations
Color information
#DA14CC (or 0xDA14CC) is known color: Deep Magenta. HEX triplet: DA, 14 and CC. RGB value is (218,20,204). Sum of RGB (Red+Green+Blue) = 218+20+204=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14CC is #25EB33. Grayscale: #636363. Windows color (decimal): -2485044 or 13374682. OLE color: 13374682.
HSL color Cylindrical-coordinate representation of color #DA14CC: hue angle of 304.24º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA14CC is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 204 | - |
| CMYK | 0 | 0.91 | 0.06 | 0.15 |
| HSL | 304.24º | 0.83% | 0.47% | - |
| HSV(B) | 304.24º | 0.91% | 0.85% | - |
| XYZ | 40.06 | 19.77 | 58.83 | - |
| YUV | 100.18 | 186.6 | 212.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 204 | 0 | 0.91 | 0.06 | 0.15 | 304.24 | 0.83 | 0.47 |
| Hex | DA | 14 | CC | 0 | 5B | 6 | F | 130 | 53 | 2F |
| Octal | 332 | 24 | 314 | 0 | 133 | 6 | 17 | 460 | 123 | 57 |
| Binary | 11011010 | 10100 | 11001100 | 0 | 1011011 | 110 | 1111 | 100110000 | 1010011 | 101111 |
Color Harmonies of #DA14CC
Complementary color
Monochromatic Colors of #DA14CC
Black with #DA14CC
Text Example
Text Example
White with #DA14CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14CC; }
p { color: rgb(218,20,204); }
H1.HeaderClassName
{
color: #DA14CC;
}
.AnyTagClassName
{
color: #DA14CC;
}
</style>
background-color css
<style>
a { background-color: #DA14CC; }
a { background-color: rgb(218,20,204); }
div.DivClassName
{
background-color: #DA14CC;
}
.BgClassName
{
background-color: #DA14CC;
}
</style>
border-color css
<style>
span { border-color: #DA14CC; }
span { border-color: rgb(218,20,204); }
td.TdClassName
{
border-color: #DA14CC;
}
.TagClassName
{
border-color: #DA14CC;
}
</style>