Shades of Deep Magenta #D926CE
Tints of Deep Magenta #D926CE
RGB
CMYK
RGB Variations
Color information
#D926CE (or 0xD926CE) is known color: Deep Magenta. HEX triplet: D9, 26 and CE. RGB value is (217,38,206). Sum of RGB (Red+Green+Blue) = 217+38+206=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 38 (15.23% from 255 or 8.24% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D926CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926CE is #26D931. Grayscale: #6E6E6E. Windows color (decimal): -2545970 or 13510361. OLE color: 13510361.
HSL color Cylindrical-coordinate representation of color #D926CE: hue angle of 303.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 #D926CE is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 206 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.15 |
| HSL | 303.69º | 0.7% | 0.5% | - |
| HSV(B) | 303.69º | 0.82% | 0.85% | - |
| XYZ | 40.45 | 20.59 | 60.24 | - |
| YUV | 110.67 | 181.8 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 206 | 0 | 0.82 | 0.05 | 0.15 | 303.69 | 0.7 | 0.5 |
| Hex | D9 | 26 | CE | 0 | 52 | 5 | F | 130 | 46 | 32 |
| Octal | 331 | 46 | 316 | 0 | 122 | 5 | 17 | 460 | 106 | 62 |
| Binary | 11011001 | 100110 | 11001110 | 0 | 1010010 | 101 | 1111 | 100110000 | 1000110 | 110010 |
Color Harmonies of #D926CE
Complementary color
Monochromatic Colors of #D926CE
Black with #D926CE
Text Example
Text Example
White with #D926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926CE; }
p { color: rgb(217,38,206); }
H1.HeaderClassName
{
color: #D926CE;
}
.AnyTagClassName
{
color: #D926CE;
}
</style>
background-color css
<style>
a { background-color: #D926CE; }
a { background-color: rgb(217,38,206); }
div.DivClassName
{
background-color: #D926CE;
}
.BgClassName
{
background-color: #D926CE;
}
</style>
border-color css
<style>
span { border-color: #D926CE; }
span { border-color: rgb(217,38,206); }
td.TdClassName
{
border-color: #D926CE;
}
.TagClassName
{
border-color: #D926CE;
}
</style>