Shades of Deep Magenta #D127CC
Tints of Deep Magenta #D127CC
RGB
CMYK
RGB Variations
Color information
#D127CC (or 0xD127CC) is known color: Deep Magenta. HEX triplet: D1, 27 and CC. RGB value is (209,39,204). Sum of RGB (Red+Green+Blue) = 209+39+204=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 39 (15.62% from 255 or 8.63% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D127CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D127CC is #2ED833. Grayscale: #6C6C6C. Windows color (decimal): -3070004 or 13379537. OLE color: 13379537.
HSL color Cylindrical-coordinate representation of color #D127CC: hue angle of 301.76º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D127CC is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 204 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.18 |
| HSL | 301.76º | 0.69% | 0.49% | - |
| HSV(B) | 301.76º | 0.81% | 0.82% | - |
| XYZ | 37.92 | 19.37 | 58.87 | - |
| YUV | 108.64 | 181.82 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 204 | 0 | 0.81 | 0.02 | 0.18 | 301.76 | 0.69 | 0.49 |
| Hex | D1 | 27 | CC | 0 | 51 | 2 | 12 | 12E | 45 | 31 |
| Octal | 321 | 47 | 314 | 0 | 121 | 2 | 22 | 456 | 105 | 61 |
| Binary | 11010001 | 100111 | 11001100 | 0 | 1010001 | 10 | 10010 | 100101110 | 1000101 | 110001 |
Color Harmonies of #D127CC
Complementary color
Monochromatic Colors of #D127CC
Black with #D127CC
Text Example
Text Example
White with #D127CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127CC; }
p { color: rgb(209,39,204); }
H1.HeaderClassName
{
color: #D127CC;
}
.AnyTagClassName
{
color: #D127CC;
}
</style>
background-color css
<style>
a { background-color: #D127CC; }
a { background-color: rgb(209,39,204); }
div.DivClassName
{
background-color: #D127CC;
}
.BgClassName
{
background-color: #D127CC;
}
</style>
border-color css
<style>
span { border-color: #D127CC; }
span { border-color: rgb(209,39,204); }
td.TdClassName
{
border-color: #D127CC;
}
.TagClassName
{
border-color: #D127CC;
}
</style>