Shades of Deep Magenta #D826CE
Tints of Deep Magenta #D826CE
RGB
CMYK
RGB Variations
Color information
#D826CE (or 0xD826CE) is known color: Deep Magenta. HEX triplet: D8, 26 and CE. RGB value is (216,38,206). Sum of RGB (Red+Green+Blue) = 216+38+206=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 38 (15.23% from 255 or 8.26% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D826CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D826CE is #27D931. Grayscale: #6D6D6D. Windows color (decimal): -2611506 or 13510360. OLE color: 13510360.
HSL color Cylindrical-coordinate representation of color #D826CE: hue angle of 303.37º 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 #D826CE is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 38 | 206 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.15 |
| HSL | 303.37º | 0.7% | 0.5% | - |
| HSV(B) | 303.37º | 0.82% | 0.85% | - |
| XYZ | 40.15 | 20.44 | 60.22 | - |
| YUV | 110.37 | 181.97 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 38 | 206 | 0 | 0.82 | 0.05 | 0.15 | 303.37 | 0.7 | 0.5 |
| Hex | D8 | 26 | CE | 0 | 52 | 5 | F | 12F | 46 | 32 |
| Octal | 330 | 46 | 316 | 0 | 122 | 5 | 17 | 457 | 106 | 62 |
| Binary | 11011000 | 100110 | 11001110 | 0 | 1010010 | 101 | 1111 | 100101111 | 1000110 | 110010 |
Color Harmonies of #D826CE
Complementary color
Monochromatic Colors of #D826CE
Black with #D826CE
Text Example
Text Example
White with #D826CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D826CE; }
p { color: rgb(216,38,206); }
H1.HeaderClassName
{
color: #D826CE;
}
.AnyTagClassName
{
color: #D826CE;
}
</style>
background-color css
<style>
a { background-color: #D826CE; }
a { background-color: rgb(216,38,206); }
div.DivClassName
{
background-color: #D826CE;
}
.BgClassName
{
background-color: #D826CE;
}
</style>
border-color css
<style>
span { border-color: #D826CE; }
span { border-color: rgb(216,38,206); }
td.TdClassName
{
border-color: #D826CE;
}
.TagClassName
{
border-color: #D826CE;
}
</style>