Shades of Deep Magenta #D826C5
Tints of Deep Magenta #D826C5
RGB
CMYK
RGB Variations
Color information
#D826C5 (or 0xD826C5) is known color: Deep Magenta. HEX triplet: D8, 26 and C5. RGB value is (216,38,197). Sum of RGB (Red+Green+Blue) = 216+38+197=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 38 (15.23% from 255 or 8.43% from 451); Blue value is 197 (77.34% from 255 or 43.68% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D826C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826C5 is #27D93A. Grayscale: #6C6C6C. Windows color (decimal): -2611515 or 12920536. OLE color: 12920536.
HSL color Cylindrical-coordinate representation of color #D826C5: hue angle of 306.4º 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 #D826C5 is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 197 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.15 |
| HSL | 306.4º | 0.7% | 0.5% | - |
| HSV(B) | 306.4º | 0.82% | 0.85% | - |
| XYZ | 39.09 | 20.02 | 54.63 | - |
| YUV | 109.35 | 177.47 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 197 | 0 | 0.82 | 0.09 | 0.15 | 306.4 | 0.7 | 0.5 |
| Hex | D8 | 26 | C5 | 0 | 52 | 9 | F | 132 | 46 | 32 |
| Octal | 330 | 46 | 305 | 0 | 122 | 11 | 17 | 462 | 106 | 62 |
| Binary | 11011000 | 100110 | 11000101 | 0 | 1010010 | 1001 | 1111 | 100110010 | 1000110 | 110010 |
Color Harmonies of #D826C5
Complementary color
Monochromatic Colors of #D826C5
Black with #D826C5
Text Example
Text Example
White with #D826C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826C5; }
p { color: rgb(216,38,197); }
H1.HeaderClassName
{
color: #D826C5;
}
.AnyTagClassName
{
color: #D826C5;
}
</style>
background-color css
<style>
a { background-color: #D826C5; }
a { background-color: rgb(216,38,197); }
div.DivClassName
{
background-color: #D826C5;
}
.BgClassName
{
background-color: #D826C5;
}
</style>
border-color css
<style>
span { border-color: #D826C5; }
span { border-color: rgb(216,38,197); }
td.TdClassName
{
border-color: #D826C5;
}
.TagClassName
{
border-color: #D826C5;
}
</style>