Shades of Deep Magenta #DA15BF
Tints of Deep Magenta #DA15BF
RGB
CMYK
RGB Variations
Color information
#DA15BF (or 0xDA15BF) is known color: Deep Magenta. HEX triplet: DA, 15 and BF. RGB value is (218,21,191). Sum of RGB (Red+Green+Blue) = 218+21+191=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DA15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA15BF is #25EA40. Grayscale: #626262. Windows color (decimal): -2484801 or 12522970. OLE color: 12522970.
HSL color Cylindrical-coordinate representation of color #DA15BF: hue angle of 308.22º 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 #DA15BF is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 21 | 191 | - |
| CMYK | 0 | 0.90 | 0.12 | 0.15 |
| HSL | 308.22º | 0.82% | 0.47% | - |
| HSV(B) | 308.22º | 0.9% | 0.85% | - |
| XYZ | 38.59 | 19.2 | 50.96 | - |
| YUV | 99.28 | 179.77 | 212.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 21 | 191 | 0 | 0.90 | 0.12 | 0.15 | 308.22 | 0.82 | 0.47 |
| Hex | DA | 15 | BF | 0 | 5A | C | F | 134 | 52 | 2F |
| Octal | 332 | 25 | 277 | 0 | 132 | 14 | 17 | 464 | 122 | 57 |
| Binary | 11011010 | 10101 | 10111111 | 0 | 1011010 | 1100 | 1111 | 100110100 | 1010010 | 101111 |
Color Harmonies of #DA15BF
Complementary color
Monochromatic Colors of #DA15BF
Black with #DA15BF
Text Example
Text Example
White with #DA15BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA15BF; }
p { color: rgb(218,21,191); }
H1.HeaderClassName
{
color: #DA15BF;
}
.AnyTagClassName
{
color: #DA15BF;
}
</style>
background-color css
<style>
a { background-color: #DA15BF; }
a { background-color: rgb(218,21,191); }
div.DivClassName
{
background-color: #DA15BF;
}
.BgClassName
{
background-color: #DA15BF;
}
</style>
border-color css
<style>
span { border-color: #DA15BF; }
span { border-color: rgb(218,21,191); }
td.TdClassName
{
border-color: #DA15BF;
}
.TagClassName
{
border-color: #DA15BF;
}
</style>