Shades of Deep Magenta #DC27DE
Tints of Deep Magenta #DC27DE
RGB
CMYK
RGB Variations
Color information
#DC27DE (or 0xDC27DE) is known color: Deep Magenta. HEX triplet: DC, 27 and DE. RGB value is (220,39,222). Sum of RGB (Red+Green+Blue) = 220+39+222=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 39 (15.62% from 255 or 8.11% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC27DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC27DE is #23D821. Grayscale: #717171. Windows color (decimal): -2349090 or 14559196. OLE color: 14559196.
HSL color Cylindrical-coordinate representation of color #DC27DE: hue angle of 299.34º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DC27DE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 39 | 222 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.13 |
| HSL | 299.34º | 0.73% | 0.51% | - |
| HSV(B) | 299.34º | 0.82% | 0.87% | - |
| XYZ | 43.43 | 21.94 | 71.05 | - |
| YUV | 113.98 | 188.97 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 39 | 222 | 0.01 | 0.82 | 0 | 0.13 | 299.34 | 0.73 | 0.51 |
| Hex | DC | 27 | DE | 1 | 52 | 0 | D | 12B | 49 | 33 |
| Octal | 334 | 47 | 336 | 1 | 122 | 0 | 15 | 453 | 111 | 63 |
| Binary | 11011100 | 100111 | 11011110 | 1 | 1010010 | 0 | 1101 | 100101011 | 1001001 | 110011 |
Color Harmonies of #DC27DE
Complementary color
Monochromatic Colors of #DC27DE
Black with #DC27DE
Text Example
Text Example
White with #DC27DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC27DE; }
p { color: rgb(220,39,222); }
H1.HeaderClassName
{
color: #DC27DE;
}
.AnyTagClassName
{
color: #DC27DE;
}
</style>
background-color css
<style>
a { background-color: #DC27DE; }
a { background-color: rgb(220,39,222); }
div.DivClassName
{
background-color: #DC27DE;
}
.BgClassName
{
background-color: #DC27DE;
}
</style>
border-color css
<style>
span { border-color: #DC27DE; }
span { border-color: rgb(220,39,222); }
td.TdClassName
{
border-color: #DC27DE;
}
.TagClassName
{
border-color: #DC27DE;
}
</style>