Shades of Deep Magenta #DC1BD3
Tints of Deep Magenta #DC1BD3
RGB
CMYK
RGB Variations
Color information
#DC1BD3 (or 0xDC1BD3) is known color: Deep Magenta. HEX triplet: DC, 1B and D3. RGB value is (220,27,211). Sum of RGB (Red+Green+Blue) = 220+27+211=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 27 (10.94% from 255 or 5.90% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC1BD3 is #23E42C. Grayscale: #696969. Windows color (decimal): -2352173 or 13835228. OLE color: 13835228.
HSL color Cylindrical-coordinate representation of color #DC1BD3: hue angle of 302.8º 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 #DC1BD3 is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 27 | 211 | - |
| CMYK | 0 | 0.88 | 0.04 | 0.14 |
| HSL | 302.8º | 0.78% | 0.48% | - |
| HSV(B) | 302.8º | 0.88% | 0.86% | - |
| XYZ | 41.67 | 20.7 | 63.43 | - |
| YUV | 105.68 | 187.44 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 27 | 211 | 0 | 0.88 | 0.04 | 0.14 | 302.8 | 0.78 | 0.48 |
| Hex | DC | 1B | D3 | 0 | 58 | 4 | E | 12F | 4E | 30 |
| Octal | 334 | 33 | 323 | 0 | 130 | 4 | 16 | 457 | 116 | 60 |
| Binary | 11011100 | 11011 | 11010011 | 0 | 1011000 | 100 | 1110 | 100101111 | 1001110 | 110000 |
Color Harmonies of #DC1BD3
Complementary color
Monochromatic Colors of #DC1BD3
Black with #DC1BD3
Text Example
Text Example
White with #DC1BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1BD3; }
p { color: rgb(220,27,211); }
H1.HeaderClassName
{
color: #DC1BD3;
}
.AnyTagClassName
{
color: #DC1BD3;
}
</style>
background-color css
<style>
a { background-color: #DC1BD3; }
a { background-color: rgb(220,27,211); }
div.DivClassName
{
background-color: #DC1BD3;
}
.BgClassName
{
background-color: #DC1BD3;
}
</style>
border-color css
<style>
span { border-color: #DC1BD3; }
span { border-color: rgb(220,27,211); }
td.TdClassName
{
border-color: #DC1BD3;
}
.TagClassName
{
border-color: #DC1BD3;
}
</style>