Shades of Deep Magenta #DA14C3
Tints of Deep Magenta #DA14C3
RGB
CMYK
RGB Variations
Color information
#DA14C3 (or 0xDA14C3) is known color: Deep Magenta. HEX triplet: DA, 14 and C3. RGB value is (218,20,195). Sum of RGB (Red+Green+Blue) = 218+20+195=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14C3 is #25EB3C. Grayscale: #626262. Windows color (decimal): -2485053 or 12784858. OLE color: 12784858.
HSL color Cylindrical-coordinate representation of color #DA14C3: hue angle of 306.97º 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 #DA14C3 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 195 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.15 |
| HSL | 306.97º | 0.83% | 0.47% | - |
| HSV(B) | 306.97º | 0.91% | 0.85% | - |
| XYZ | 39.01 | 19.35 | 53.31 | - |
| YUV | 99.15 | 182.1 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 195 | 0 | 0.91 | 0.11 | 0.15 | 306.97 | 0.83 | 0.47 |
| Hex | DA | 14 | C3 | 0 | 5B | B | F | 133 | 53 | 2F |
| Octal | 332 | 24 | 303 | 0 | 133 | 13 | 17 | 463 | 123 | 57 |
| Binary | 11011010 | 10100 | 11000011 | 0 | 1011011 | 1011 | 1111 | 100110011 | 1010011 | 101111 |
Color Harmonies of #DA14C3
Complementary color
Monochromatic Colors of #DA14C3
Black with #DA14C3
Text Example
Text Example
White with #DA14C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14C3; }
p { color: rgb(218,20,195); }
H1.HeaderClassName
{
color: #DA14C3;
}
.AnyTagClassName
{
color: #DA14C3;
}
</style>
background-color css
<style>
a { background-color: #DA14C3; }
a { background-color: rgb(218,20,195); }
div.DivClassName
{
background-color: #DA14C3;
}
.BgClassName
{
background-color: #DA14C3;
}
</style>
border-color css
<style>
span { border-color: #DA14C3; }
span { border-color: rgb(218,20,195); }
td.TdClassName
{
border-color: #DA14C3;
}
.TagClassName
{
border-color: #DA14C3;
}
</style>