Shades of Deep Magenta #D826DD
Tints of Deep Magenta #D826DD
RGB
CMYK
RGB Variations
Color information
#D826DD (or 0xD826DD) is known color: Deep Magenta. HEX triplet: D8, 26 and DD. RGB value is (216,38,221). Sum of RGB (Red+Green+Blue) = 216+38+221=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #D826DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826DD is #27D922. Grayscale: #6F6F6F. Windows color (decimal): -2611491 or 14493400. OLE color: 14493400.
HSL color Cylindrical-coordinate representation of color #D826DD: hue angle of 298.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D826DD is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 38 | 221 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.13 |
| HSL | 298.36º | 0.73% | 0.51% | - |
| HSV(B) | 298.36º | 0.83% | 0.87% | - |
| XYZ | 42.06 | 21.21 | 70.28 | - |
| YUV | 112.08 | 189.47 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 221 | 0.02 | 0.83 | 0 | 0.13 | 298.36 | 0.73 | 0.51 |
| Hex | D8 | 26 | DD | 2 | 53 | 0 | D | 12A | 49 | 33 |
| Octal | 330 | 46 | 335 | 2 | 123 | 0 | 15 | 452 | 111 | 63 |
| Binary | 11011000 | 100110 | 11011101 | 10 | 1010011 | 0 | 1101 | 100101010 | 1001001 | 110011 |
Color Harmonies of #D826DD
Complementary color
Monochromatic Colors of #D826DD
Black with #D826DD
Text Example
Text Example
White with #D826DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826DD; }
p { color: rgb(216,38,221); }
H1.HeaderClassName
{
color: #D826DD;
}
.AnyTagClassName
{
color: #D826DD;
}
</style>
background-color css
<style>
a { background-color: #D826DD; }
a { background-color: rgb(216,38,221); }
div.DivClassName
{
background-color: #D826DD;
}
.BgClassName
{
background-color: #D826DD;
}
</style>
border-color css
<style>
span { border-color: #D826DD; }
span { border-color: rgb(216,38,221); }
td.TdClassName
{
border-color: #D826DD;
}
.TagClassName
{
border-color: #D826DD;
}
</style>