Shades of Deep Magenta #D927D4
Tints of Deep Magenta #D927D4
RGB
CMYK
RGB Variations
Color information
#D927D4 (or 0xD927D4) is known color: Deep Magenta. HEX triplet: D9, 27 and D4. RGB value is (217,39,212). Sum of RGB (Red+Green+Blue) = 217+39+212=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 39 (15.62% from 255 or 8.33% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D927D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927D4 is #26D82B. Grayscale: #6F6F6F. Windows color (decimal): -2545708 or 13903833. OLE color: 13903833.
HSL color Cylindrical-coordinate representation of color #D927D4: hue angle of 301.69º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D927D4 is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 212 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.15 |
| HSL | 301.69º | 0.7% | 0.5% | - |
| HSV(B) | 301.69º | 0.82% | 0.85% | - |
| XYZ | 41.22 | 20.96 | 64.16 | - |
| YUV | 111.94 | 184.47 | 202.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 212 | 0 | 0.82 | 0.02 | 0.15 | 301.69 | 0.7 | 0.5 |
| Hex | D9 | 27 | D4 | 0 | 52 | 2 | F | 12E | 46 | 32 |
| Octal | 331 | 47 | 324 | 0 | 122 | 2 | 17 | 456 | 106 | 62 |
| Binary | 11011001 | 100111 | 11010100 | 0 | 1010010 | 10 | 1111 | 100101110 | 1000110 | 110010 |
Color Harmonies of #D927D4
Complementary color
Monochromatic Colors of #D927D4
Black with #D927D4
Text Example
Text Example
White with #D927D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927D4; }
p { color: rgb(217,39,212); }
H1.HeaderClassName
{
color: #D927D4;
}
.AnyTagClassName
{
color: #D927D4;
}
</style>
background-color css
<style>
a { background-color: #D927D4; }
a { background-color: rgb(217,39,212); }
div.DivClassName
{
background-color: #D927D4;
}
.BgClassName
{
background-color: #D927D4;
}
</style>
border-color css
<style>
span { border-color: #D927D4; }
span { border-color: rgb(217,39,212); }
td.TdClassName
{
border-color: #D927D4;
}
.TagClassName
{
border-color: #D927D4;
}
</style>