Shades of Deep Magenta #DC27DB
Tints of Deep Magenta #DC27DB
RGB
CMYK
RGB Variations
Color information
#DC27DB (or 0xDC27DB) is known color: Deep Magenta. HEX triplet: DC, 27 and DB. RGB value is (220,39,219). Sum of RGB (Red+Green+Blue) = 220+39+219=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 39 (15.62% from 255 or 8.16% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27DB is #23D824. Grayscale: #717171. Windows color (decimal): -2349093 or 14362588. OLE color: 14362588.
HSL color Cylindrical-coordinate representation of color #DC27DB: hue angle of 300.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27DB is Cyan = 0, Magento = 0.82, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 39 | 219 | - |
| CMYK | 0 | 0.82 | 0.00 | 0.14 |
| HSL | 300.33º | 0.72% | 0.51% | - |
| HSV(B) | 300.33º | 0.82% | 0.86% | - |
| XYZ | 43.03 | 21.78 | 68.95 | - |
| YUV | 113.64 | 187.47 | 203.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 219 | 0 | 0.82 | 0.00 | 0.14 | 300.33 | 0.72 | 0.51 |
| Hex | DC | 27 | DB | 0 | 52 | 0 | E | 12C | 48 | 33 |
| Octal | 334 | 47 | 333 | 0 | 122 | 0 | 16 | 454 | 110 | 63 |
| Binary | 11011100 | 100111 | 11011011 | 0 | 1010010 | 0 | 1110 | 100101100 | 1001000 | 110011 |
Color Harmonies of #DC27DB
Complementary color
Monochromatic Colors of #DC27DB
Black with #DC27DB
Text Example
Text Example
White with #DC27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27DB; }
p { color: rgb(220,39,219); }
H1.HeaderClassName
{
color: #DC27DB;
}
.AnyTagClassName
{
color: #DC27DB;
}
</style>
background-color css
<style>
a { background-color: #DC27DB; }
a { background-color: rgb(220,39,219); }
div.DivClassName
{
background-color: #DC27DB;
}
.BgClassName
{
background-color: #DC27DB;
}
</style>
border-color css
<style>
span { border-color: #DC27DB; }
span { border-color: rgb(220,39,219); }
td.TdClassName
{
border-color: #DC27DB;
}
.TagClassName
{
border-color: #DC27DB;
}
</style>