Shades of Deep Magenta #DA1CBF
Tints of Deep Magenta #DA1CBF
RGB
CMYK
RGB Variations
Color information
#DA1CBF (or 0xDA1CBF) is known color: Deep Magenta. HEX triplet: DA, 1C and BF. RGB value is (218,28,191). Sum of RGB (Red+Green+Blue) = 218+28+191=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1CBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1CBF is #25E340. Grayscale: #666666. Windows color (decimal): -2483009 or 12524762. OLE color: 12524762.
HSL color Cylindrical-coordinate representation of color #DA1CBF: hue angle of 308.53º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA1CBF is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 191 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.15 |
| HSL | 308.53º | 0.77% | 0.48% | - |
| HSV(B) | 308.53º | 0.87% | 0.85% | - |
| XYZ | 38.73 | 19.5 | 51.01 | - |
| YUV | 103.39 | 177.45 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 191 | 0 | 0.87 | 0.12 | 0.15 | 308.53 | 0.77 | 0.48 |
| Hex | DA | 1C | BF | 0 | 57 | C | F | 135 | 4D | 30 |
| Octal | 332 | 34 | 277 | 0 | 127 | 14 | 17 | 465 | 115 | 60 |
| Binary | 11011010 | 11100 | 10111111 | 0 | 1010111 | 1100 | 1111 | 100110101 | 1001101 | 110000 |
Color Harmonies of #DA1CBF
Complementary color
Monochromatic Colors of #DA1CBF
Black with #DA1CBF
Text Example
Text Example
White with #DA1CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1CBF; }
p { color: rgb(218,28,191); }
H1.HeaderClassName
{
color: #DA1CBF;
}
.AnyTagClassName
{
color: #DA1CBF;
}
</style>
background-color css
<style>
a { background-color: #DA1CBF; }
a { background-color: rgb(218,28,191); }
div.DivClassName
{
background-color: #DA1CBF;
}
.BgClassName
{
background-color: #DA1CBF;
}
</style>
border-color css
<style>
span { border-color: #DA1CBF; }
span { border-color: rgb(218,28,191); }
td.TdClassName
{
border-color: #DA1CBF;
}
.TagClassName
{
border-color: #DA1CBF;
}
</style>