Shades of Deep Magenta #D826C0
Tints of Deep Magenta #D826C0
RGB
CMYK
RGB Variations
Color information
#D826C0 (or 0xD826C0) is known color: Deep Magenta. HEX triplet: D8, 26 and C0. RGB value is (216,38,192). Sum of RGB (Red+Green+Blue) = 216+38+192=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 38 (15.23% from 255 or 8.52% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D826C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826C0 is #27D93F. Grayscale: #6C6C6C. Windows color (decimal): -2611520 or 12592856. OLE color: 12592856.
HSL color Cylindrical-coordinate representation of color #D826C0: hue angle of 308.09º 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 #D826C0 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 192 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.15 |
| HSL | 308.09º | 0.7% | 0.5% | - |
| HSV(B) | 308.09º | 0.82% | 0.85% | - |
| XYZ | 38.53 | 19.79 | 51.66 | - |
| YUV | 108.78 | 174.97 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 192 | 0 | 0.82 | 0.11 | 0.15 | 308.09 | 0.7 | 0.5 |
| Hex | D8 | 26 | C0 | 0 | 52 | B | F | 134 | 46 | 32 |
| Octal | 330 | 46 | 300 | 0 | 122 | 13 | 17 | 464 | 106 | 62 |
| Binary | 11011000 | 100110 | 11000000 | 0 | 1010010 | 1011 | 1111 | 100110100 | 1000110 | 110010 |
Color Harmonies of #D826C0
Complementary color
Monochromatic Colors of #D826C0
Black with #D826C0
Text Example
Text Example
White with #D826C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826C0; }
p { color: rgb(216,38,192); }
H1.HeaderClassName
{
color: #D826C0;
}
.AnyTagClassName
{
color: #D826C0;
}
</style>
background-color css
<style>
a { background-color: #D826C0; }
a { background-color: rgb(216,38,192); }
div.DivClassName
{
background-color: #D826C0;
}
.BgClassName
{
background-color: #D826C0;
}
</style>
border-color css
<style>
span { border-color: #D826C0; }
span { border-color: rgb(216,38,192); }
td.TdClassName
{
border-color: #D826C0;
}
.TagClassName
{
border-color: #D826C0;
}
</style>