Shades of Deep Magenta #D926CF
Tints of Deep Magenta #D926CF
RGB
CMYK
RGB Variations
Color information
#D926CF (or 0xD926CF) is known color: Deep Magenta. HEX triplet: D9, 26 and CF. RGB value is (217,38,207). Sum of RGB (Red+Green+Blue) = 217+38+207=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 38 (15.23% from 255 or 8.23% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D926CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D926CF is #26D930. Grayscale: #6E6E6E. Windows color (decimal): -2545969 or 13575897. OLE color: 13575897.
HSL color Cylindrical-coordinate representation of color #D926CF: hue angle of 303.35º 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 #D926CF is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 207 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.15 |
| HSL | 303.35º | 0.7% | 0.5% | - |
| HSV(B) | 303.35º | 0.82% | 0.85% | - |
| XYZ | 40.57 | 20.64 | 60.88 | - |
| YUV | 110.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 207 | 0 | 0.82 | 0.05 | 0.15 | 303.35 | 0.7 | 0.5 |
| Hex | D9 | 26 | CF | 0 | 52 | 5 | F | 12F | 46 | 32 |
| Octal | 331 | 46 | 317 | 0 | 122 | 5 | 17 | 457 | 106 | 62 |
| Binary | 11011001 | 100110 | 11001111 | 0 | 1010010 | 101 | 1111 | 100101111 | 1000110 | 110010 |
Color Harmonies of #D926CF
Complementary color
Monochromatic Colors of #D926CF
Black with #D926CF
Text Example
Text Example
White with #D926CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D926CF; }
p { color: rgb(217,38,207); }
H1.HeaderClassName
{
color: #D926CF;
}
.AnyTagClassName
{
color: #D926CF;
}
</style>
background-color css
<style>
a { background-color: #D926CF; }
a { background-color: rgb(217,38,207); }
div.DivClassName
{
background-color: #D926CF;
}
.BgClassName
{
background-color: #D926CF;
}
</style>
border-color css
<style>
span { border-color: #D926CF; }
span { border-color: rgb(217,38,207); }
td.TdClassName
{
border-color: #D926CF;
}
.TagClassName
{
border-color: #D926CF;
}
</style>