Shades of Deep Magenta #DA1BDC
Tints of Deep Magenta #DA1BDC
RGB
CMYK
RGB Variations
Color information
#DA1BDC (or 0xDA1BDC) is known color: Deep Magenta. HEX triplet: DA, 1B and DC. RGB value is (218,27,220). Sum of RGB (Red+Green+Blue) = 218+27+220=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 27 (10.94% from 255 or 5.81% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA1BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BDC is #25E423. Grayscale: #696969. Windows color (decimal): -2483236 or 14425050. OLE color: 14425050.
HSL color Cylindrical-coordinate representation of color #DA1BDC: hue angle of 299.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DA1BDC is Cyan = 0.01, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 27 | 220 | - |
| CMYK | 0.01 | 0.88 | 0 | 0.14 |
| HSL | 299.38º | 0.78% | 0.48% | - |
| HSV(B) | 299.38º | 0.88% | 0.86% | - |
| XYZ | 42.22 | 20.86 | 69.51 | - |
| YUV | 106.11 | 192.28 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 220 | 0.01 | 0.88 | 0 | 0.14 | 299.38 | 0.78 | 0.48 |
| Hex | DA | 1B | DC | 1 | 58 | 0 | E | 12B | 4E | 30 |
| Octal | 332 | 33 | 334 | 1 | 130 | 0 | 16 | 453 | 116 | 60 |
| Binary | 11011010 | 11011 | 11011100 | 1 | 1011000 | 0 | 1110 | 100101011 | 1001110 | 110000 |
Color Harmonies of #DA1BDC
Complementary color
Monochromatic Colors of #DA1BDC
Black with #DA1BDC
Text Example
Text Example
White with #DA1BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BDC; }
p { color: rgb(218,27,220); }
H1.HeaderClassName
{
color: #DA1BDC;
}
.AnyTagClassName
{
color: #DA1BDC;
}
</style>
background-color css
<style>
a { background-color: #DA1BDC; }
a { background-color: rgb(218,27,220); }
div.DivClassName
{
background-color: #DA1BDC;
}
.BgClassName
{
background-color: #DA1BDC;
}
</style>
border-color css
<style>
span { border-color: #DA1BDC; }
span { border-color: rgb(218,27,220); }
td.TdClassName
{
border-color: #DA1BDC;
}
.TagClassName
{
border-color: #DA1BDC;
}
</style>