Shades of Deep Magenta #DA1BCD
Tints of Deep Magenta #DA1BCD
RGB
CMYK
RGB Variations
Color information
#DA1BCD (or 0xDA1BCD) is known color: Deep Magenta. HEX triplet: DA, 1B and CD. RGB value is (218,27,205). Sum of RGB (Red+Green+Blue) = 218+27+205=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1BCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA1BCD is #25E432. Grayscale: #676767. Windows color (decimal): -2483251 or 13442010. OLE color: 13442010.
HSL color Cylindrical-coordinate representation of color #DA1BCD: hue angle of 304.08º 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 #DA1BCD is Cyan = 0, Magento = 0.88, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 27 | 205 | - |
| CMYK | 0 | 0.88 | 0.06 | 0.15 |
| HSL | 304.08º | 0.78% | 0.48% | - |
| HSV(B) | 304.08º | 0.88% | 0.85% | - |
| XYZ | 40.32 | 20.1 | 59.51 | - |
| YUV | 104.4 | 184.78 | 209.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 27 | 205 | 0 | 0.88 | 0.06 | 0.15 | 304.08 | 0.78 | 0.48 |
| Hex | DA | 1B | CD | 0 | 58 | 6 | F | 130 | 4E | 30 |
| Octal | 332 | 33 | 315 | 0 | 130 | 6 | 17 | 460 | 116 | 60 |
| Binary | 11011010 | 11011 | 11001101 | 0 | 1011000 | 110 | 1111 | 100110000 | 1001110 | 110000 |
Color Harmonies of #DA1BCD
Complementary color
Monochromatic Colors of #DA1BCD
Black with #DA1BCD
Text Example
Text Example
White with #DA1BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1BCD; }
p { color: rgb(218,27,205); }
H1.HeaderClassName
{
color: #DA1BCD;
}
.AnyTagClassName
{
color: #DA1BCD;
}
</style>
background-color css
<style>
a { background-color: #DA1BCD; }
a { background-color: rgb(218,27,205); }
div.DivClassName
{
background-color: #DA1BCD;
}
.BgClassName
{
background-color: #DA1BCD;
}
</style>
border-color css
<style>
span { border-color: #DA1BCD; }
span { border-color: rgb(218,27,205); }
td.TdClassName
{
border-color: #DA1BCD;
}
.TagClassName
{
border-color: #DA1BCD;
}
</style>