Shades of Deep Magenta #DC1BDD
Tints of Deep Magenta #DC1BDD
RGB
CMYK
RGB Variations
Color information
#DC1BDD (or 0xDC1BDD) is known color: Deep Magenta. HEX triplet: DC, 1B and DD. RGB value is (220,27,221). Sum of RGB (Red+Green+Blue) = 220+27+221=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BDD is #23E422. Grayscale: #6A6A6A. Windows color (decimal): -2352163 or 14490588. OLE color: 14490588.
HSL color Cylindrical-coordinate representation of color #DC1BDD: hue angle of 299.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC1BDD is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 27 | 221 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.13 |
| HSL | 299.69º | 0.78% | 0.49% | - |
| HSV(B) | 299.69º | 0.88% | 0.87% | - |
| XYZ | 42.96 | 21.22 | 70.24 | - |
| YUV | 106.82 | 192.44 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 221 | 0.00 | 0.88 | 0 | 0.13 | 299.69 | 0.78 | 0.49 |
| Hex | DC | 1B | DD | 0 | 58 | 0 | D | 12C | 4E | 31 |
| Octal | 334 | 33 | 335 | 0 | 130 | 0 | 15 | 454 | 116 | 61 |
| Binary | 11011100 | 11011 | 11011101 | 0 | 1011000 | 0 | 1101 | 100101100 | 1001110 | 110001 |
Color Harmonies of #DC1BDD
Complementary color
Monochromatic Colors of #DC1BDD
Black with #DC1BDD
Text Example
Text Example
White with #DC1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BDD; }
p { color: rgb(220,27,221); }
H1.HeaderClassName
{
color: #DC1BDD;
}
.AnyTagClassName
{
color: #DC1BDD;
}
</style>
background-color css
<style>
a { background-color: #DC1BDD; }
a { background-color: rgb(220,27,221); }
div.DivClassName
{
background-color: #DC1BDD;
}
.BgClassName
{
background-color: #DC1BDD;
}
</style>
border-color css
<style>
span { border-color: #DC1BDD; }
span { border-color: rgb(220,27,221); }
td.TdClassName
{
border-color: #DC1BDD;
}
.TagClassName
{
border-color: #DC1BDD;
}
</style>