Shades of Deep Magenta #D127CD
Tints of Deep Magenta #D127CD
RGB
CMYK
RGB Variations
Color information
#D127CD (or 0xD127CD) is known color: Deep Magenta. HEX triplet: D1, 27 and CD. RGB value is (209,39,205). Sum of RGB (Red+Green+Blue) = 209+39+205=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 39 (15.62% from 255 or 8.61% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D127CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D127CD is #2ED832. Grayscale: #6C6C6C. Windows color (decimal): -3070003 or 13445073. OLE color: 13445073.
HSL color Cylindrical-coordinate representation of color #D127CD: hue angle of 301.41º 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 #D127CD is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 39 | 205 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.18 |
| HSL | 301.41º | 0.69% | 0.49% | - |
| HSV(B) | 301.41º | 0.81% | 0.82% | - |
| XYZ | 38.04 | 19.41 | 59.5 | - |
| YUV | 108.75 | 182.32 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 39 | 205 | 0 | 0.81 | 0.02 | 0.18 | 301.41 | 0.69 | 0.49 |
| Hex | D1 | 27 | CD | 0 | 51 | 2 | 12 | 12D | 45 | 31 |
| Octal | 321 | 47 | 315 | 0 | 121 | 2 | 22 | 455 | 105 | 61 |
| Binary | 11010001 | 100111 | 11001101 | 0 | 1010001 | 10 | 10010 | 100101101 | 1000101 | 110001 |
Color Harmonies of #D127CD
Complementary color
Monochromatic Colors of #D127CD
Black with #D127CD
Text Example
Text Example
White with #D127CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D127CD; }
p { color: rgb(209,39,205); }
H1.HeaderClassName
{
color: #D127CD;
}
.AnyTagClassName
{
color: #D127CD;
}
</style>
background-color css
<style>
a { background-color: #D127CD; }
a { background-color: rgb(209,39,205); }
div.DivClassName
{
background-color: #D127CD;
}
.BgClassName
{
background-color: #D127CD;
}
</style>
border-color css
<style>
span { border-color: #D127CD; }
span { border-color: rgb(209,39,205); }
td.TdClassName
{
border-color: #D127CD;
}
.TagClassName
{
border-color: #D127CD;
}
</style>