Shades of Deep Magenta #DA1BC0
Tints of Deep Magenta #DA1BC0
RGB
CMYK
RGB Variations
Color information
#DA1BC0 (or 0xDA1BC0) is known color: Deep Magenta. HEX triplet: DA, 1B and C0. RGB value is (218,27,192). Sum of RGB (Red+Green+Blue) = 218+27+192=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 27 (10.94% from 255 or 6.18% from 437); Blue value is 192 (75.39% from 255 or 43.94% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BC0 is #25E43F. Grayscale: #666666. Windows color (decimal): -2483264 or 12590042. OLE color: 12590042.
HSL color Cylindrical-coordinate representation of color #DA1BC0: hue angle of 308.17º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BC0 is Cyan = 0, Magento = 0.88, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 192 | - |
| CMYK | 0 | 0.88 | 0.12 | 0.15 |
| HSL | 308.17º | 0.78% | 0.48% | - |
| HSV(B) | 308.17º | 0.88% | 0.85% | - |
| XYZ | 38.82 | 19.5 | 51.59 | - |
| YUV | 102.92 | 178.28 | 210.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 192 | 0 | 0.88 | 0.12 | 0.15 | 308.17 | 0.78 | 0.48 |
| Hex | DA | 1B | C0 | 0 | 58 | C | F | 134 | 4E | 30 |
| Octal | 332 | 33 | 300 | 0 | 130 | 14 | 17 | 464 | 116 | 60 |
| Binary | 11011010 | 11011 | 11000000 | 0 | 1011000 | 1100 | 1111 | 100110100 | 1001110 | 110000 |
Color Harmonies of #DA1BC0
Complementary color
Monochromatic Colors of #DA1BC0
Black with #DA1BC0
Text Example
Text Example
White with #DA1BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BC0; }
p { color: rgb(218,27,192); }
H1.HeaderClassName
{
color: #DA1BC0;
}
.AnyTagClassName
{
color: #DA1BC0;
}
</style>
background-color css
<style>
a { background-color: #DA1BC0; }
a { background-color: rgb(218,27,192); }
div.DivClassName
{
background-color: #DA1BC0;
}
.BgClassName
{
background-color: #DA1BC0;
}
</style>
border-color css
<style>
span { border-color: #DA1BC0; }
span { border-color: rgb(218,27,192); }
td.TdClassName
{
border-color: #DA1BC0;
}
.TagClassName
{
border-color: #DA1BC0;
}
</style>