Shades of Deep Magenta #D127DC
Tints of Deep Magenta #D127DC
RGB
CMYK
RGB Variations
Color information
#D127DC (or 0xD127DC) is known color: Deep Magenta. HEX triplet: D1, 27 and DC. RGB value is (209,39,220). Sum of RGB (Red+Green+Blue) = 209+39+220=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #D127DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D127DC is #2ED823. Grayscale: #6D6D6D. Windows color (decimal): -3069988 or 14428113. OLE color: 14428113.
HSL color Cylindrical-coordinate representation of color #D127DC: hue angle of 296.35º 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 #D127DC is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 209 | 39 | 220 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.14 |
| HSL | 296.35º | 0.72% | 0.51% | - |
| HSV(B) | 296.35º | 0.82% | 0.86% | - |
| XYZ | 39.94 | 20.17 | 69.5 | - |
| YUV | 110.46 | 189.82 | 198.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 220 | 0.05 | 0.82 | 0 | 0.14 | 296.35 | 0.72 | 0.51 |
| Hex | D1 | 27 | DC | 5 | 52 | 0 | E | 128 | 48 | 33 |
| Octal | 321 | 47 | 334 | 5 | 122 | 0 | 16 | 450 | 110 | 63 |
| Binary | 11010001 | 100111 | 11011100 | 101 | 1010010 | 0 | 1110 | 100101000 | 1001000 | 110011 |
Color Harmonies of #D127DC
Complementary color
Monochromatic Colors of #D127DC
Black with #D127DC
Text Example
Text Example
White with #D127DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127DC; }
p { color: rgb(209,39,220); }
H1.HeaderClassName
{
color: #D127DC;
}
.AnyTagClassName
{
color: #D127DC;
}
</style>
background-color css
<style>
a { background-color: #D127DC; }
a { background-color: rgb(209,39,220); }
div.DivClassName
{
background-color: #D127DC;
}
.BgClassName
{
background-color: #D127DC;
}
</style>
border-color css
<style>
span { border-color: #D127DC; }
span { border-color: rgb(209,39,220); }
td.TdClassName
{
border-color: #D127DC;
}
.TagClassName
{
border-color: #D127DC;
}
</style>