Shades of Deep Magenta #DA14BC
Tints of Deep Magenta #DA14BC
RGB
CMYK
RGB Variations
Color information
#DA14BC (or 0xDA14BC) is known color: Deep Magenta. HEX triplet: DA, 14 and BC. RGB value is (218,20,188). Sum of RGB (Red+Green+Blue) = 218+20+188=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 20 (8.20% from 255 or 4.69% from 426); Blue value is 188 (73.83% from 255 or 44.13% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14BC is #25EB43. Grayscale: #616161. Windows color (decimal): -2485060 or 12326106. OLE color: 12326106.
HSL color Cylindrical-coordinate representation of color #DA14BC: hue angle of 309.09º 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 #DA14BC is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 188 | - |
| CMYK | 0 | 0.91 | 0.14 | 0.15 |
| HSL | 309.09º | 0.83% | 0.47% | - |
| HSV(B) | 309.09º | 0.91% | 0.85% | - |
| XYZ | 38.24 | 19.04 | 49.24 | - |
| YUV | 98.35 | 178.6 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 188 | 0 | 0.91 | 0.14 | 0.15 | 309.09 | 0.83 | 0.47 |
| Hex | DA | 14 | BC | 0 | 5B | E | F | 135 | 53 | 2F |
| Octal | 332 | 24 | 274 | 0 | 133 | 16 | 17 | 465 | 123 | 57 |
| Binary | 11011010 | 10100 | 10111100 | 0 | 1011011 | 1110 | 1111 | 100110101 | 1010011 | 101111 |
Color Harmonies of #DA14BC
Complementary color
Monochromatic Colors of #DA14BC
Black with #DA14BC
Text Example
Text Example
White with #DA14BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14BC; }
p { color: rgb(218,20,188); }
H1.HeaderClassName
{
color: #DA14BC;
}
.AnyTagClassName
{
color: #DA14BC;
}
</style>
background-color css
<style>
a { background-color: #DA14BC; }
a { background-color: rgb(218,20,188); }
div.DivClassName
{
background-color: #DA14BC;
}
.BgClassName
{
background-color: #DA14BC;
}
</style>
border-color css
<style>
span { border-color: #DA14BC; }
span { border-color: rgb(218,20,188); }
td.TdClassName
{
border-color: #DA14BC;
}
.TagClassName
{
border-color: #DA14BC;
}
</style>