Shades of Deep Magenta #D826C9
Tints of Deep Magenta #D826C9
RGB
CMYK
RGB Variations
Color information
#D826C9 (or 0xD826C9) is known color: Deep Magenta. HEX triplet: D8, 26 and C9. RGB value is (216,38,201). Sum of RGB (Red+Green+Blue) = 216+38+201=455 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.47% from 455); Green value is 38 (15.23% from 255 or 8.35% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 216 - color contains mainly: red. Hex color #D826C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826C9 is #27D936. Grayscale: #6D6D6D. Windows color (decimal): -2611511 or 13182680. OLE color: 13182680.
HSL color Cylindrical-coordinate representation of color #D826C9: hue angle of 305.06º 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 #D826C9 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 201 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.15 |
| HSL | 305.06º | 0.7% | 0.5% | - |
| HSV(B) | 305.06º | 0.82% | 0.85% | - |
| XYZ | 39.55 | 20.2 | 57.07 | - |
| YUV | 109.8 | 179.47 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 201 | 0 | 0.82 | 0.07 | 0.15 | 305.06 | 0.7 | 0.5 |
| Hex | D8 | 26 | C9 | 0 | 52 | 7 | F | 131 | 46 | 32 |
| Octal | 330 | 46 | 311 | 0 | 122 | 7 | 17 | 461 | 106 | 62 |
| Binary | 11011000 | 100110 | 11001001 | 0 | 1010010 | 111 | 1111 | 100110001 | 1000110 | 110010 |
Color Harmonies of #D826C9
Complementary color
Monochromatic Colors of #D826C9
Black with #D826C9
Text Example
Text Example
White with #D826C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826C9; }
p { color: rgb(216,38,201); }
H1.HeaderClassName
{
color: #D826C9;
}
.AnyTagClassName
{
color: #D826C9;
}
</style>
background-color css
<style>
a { background-color: #D826C9; }
a { background-color: rgb(216,38,201); }
div.DivClassName
{
background-color: #D826C9;
}
.BgClassName
{
background-color: #D826C9;
}
</style>
border-color css
<style>
span { border-color: #D826C9; }
span { border-color: rgb(216,38,201); }
td.TdClassName
{
border-color: #D826C9;
}
.TagClassName
{
border-color: #D826C9;
}
</style>