Shades of Deep Magenta #DA14CF
Tints of Deep Magenta #DA14CF
RGB
CMYK
RGB Variations
Color information
#DA14CF (or 0xDA14CF) is known color: Deep Magenta. HEX triplet: DA, 14 and CF. RGB value is (218,20,207). Sum of RGB (Red+Green+Blue) = 218+20+207=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA14CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA14CF is #25EB30. Grayscale: #636363. Windows color (decimal): -2485041 or 13571290. OLE color: 13571290.
HSL color Cylindrical-coordinate representation of color #DA14CF: hue angle of 303.33º 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 #DA14CF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 20 | 207 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.15 |
| HSL | 303.33º | 0.83% | 0.47% | - |
| HSV(B) | 303.33º | 0.91% | 0.85% | - |
| XYZ | 40.43 | 19.91 | 60.74 | - |
| YUV | 100.52 | 188.1 | 211.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 20 | 207 | 0 | 0.91 | 0.05 | 0.15 | 303.33 | 0.83 | 0.47 |
| Hex | DA | 14 | CF | 0 | 5B | 5 | F | 12F | 53 | 2F |
| Octal | 332 | 24 | 317 | 0 | 133 | 5 | 17 | 457 | 123 | 57 |
| Binary | 11011010 | 10100 | 11001111 | 0 | 1011011 | 101 | 1111 | 100101111 | 1010011 | 101111 |
Color Harmonies of #DA14CF
Complementary color
Monochromatic Colors of #DA14CF
Black with #DA14CF
Text Example
Text Example
White with #DA14CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA14CF; }
p { color: rgb(218,20,207); }
H1.HeaderClassName
{
color: #DA14CF;
}
.AnyTagClassName
{
color: #DA14CF;
}
</style>
background-color css
<style>
a { background-color: #DA14CF; }
a { background-color: rgb(218,20,207); }
div.DivClassName
{
background-color: #DA14CF;
}
.BgClassName
{
background-color: #DA14CF;
}
</style>
border-color css
<style>
span { border-color: #DA14CF; }
span { border-color: rgb(218,20,207); }
td.TdClassName
{
border-color: #DA14CF;
}
.TagClassName
{
border-color: #DA14CF;
}
</style>