Shades of Deep Magenta #D927CC
Tints of Deep Magenta #D927CC
RGB
CMYK
RGB Variations
Color information
#D927CC (or 0xD927CC) is known color: Deep Magenta. HEX triplet: D9, 27 and CC. RGB value is (217,39,204). Sum of RGB (Red+Green+Blue) = 217+39+204=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D927CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D927CC is #26D833. Grayscale: #6E6E6E. Windows color (decimal): -2545716 or 13379545. OLE color: 13379545.
HSL color Cylindrical-coordinate representation of color #D927CC: hue angle of 304.38º 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 #D927CC is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 204 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.15 |
| HSL | 304.38º | 0.7% | 0.5% | - |
| HSV(B) | 304.38º | 0.82% | 0.85% | - |
| XYZ | 40.24 | 20.56 | 58.97 | - |
| YUV | 111.03 | 180.47 | 203.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 204 | 0 | 0.82 | 0.06 | 0.15 | 304.38 | 0.7 | 0.5 |
| Hex | D9 | 27 | CC | 0 | 52 | 6 | F | 130 | 46 | 32 |
| Octal | 331 | 47 | 314 | 0 | 122 | 6 | 17 | 460 | 106 | 62 |
| Binary | 11011001 | 100111 | 11001100 | 0 | 1010010 | 110 | 1111 | 100110000 | 1000110 | 110010 |
Color Harmonies of #D927CC
Complementary color
Monochromatic Colors of #D927CC
Black with #D927CC
Text Example
Text Example
White with #D927CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D927CC; }
p { color: rgb(217,39,204); }
H1.HeaderClassName
{
color: #D927CC;
}
.AnyTagClassName
{
color: #D927CC;
}
</style>
background-color css
<style>
a { background-color: #D927CC; }
a { background-color: rgb(217,39,204); }
div.DivClassName
{
background-color: #D927CC;
}
.BgClassName
{
background-color: #D927CC;
}
</style>
border-color css
<style>
span { border-color: #D927CC; }
span { border-color: rgb(217,39,204); }
td.TdClassName
{
border-color: #D927CC;
}
.TagClassName
{
border-color: #D927CC;
}
</style>