Shades of Deep Magenta #D026C5
Tints of Deep Magenta #D026C5
RGB
CMYK
RGB Variations
Color information
#D026C5 (or 0xD026C5) is known color: Deep Magenta. HEX triplet: D0, 26 and C5. RGB value is (208,38,197). Sum of RGB (Red+Green+Blue) = 208+38+197=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 197 (77.34% from 255 or 44.47% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D026C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D026C5 is #2FD93A. Grayscale: #6A6A6A. Windows color (decimal): -3135803 or 12920528. OLE color: 12920528.
HSL color Cylindrical-coordinate representation of color #D026C5: hue angle of 303.88º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D026C5 is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 38 | 197 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.18 |
| HSL | 303.88º | 0.69% | 0.48% | - |
| HSV(B) | 303.88º | 0.82% | 0.82% | - |
| XYZ | 36.78 | 18.83 | 54.52 | - |
| YUV | 106.96 | 178.82 | 200.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 38 | 197 | 0 | 0.82 | 0.05 | 0.18 | 303.88 | 0.69 | 0.48 |
| Hex | D0 | 26 | C5 | 0 | 52 | 5 | 12 | 130 | 45 | 30 |
| Octal | 320 | 46 | 305 | 0 | 122 | 5 | 22 | 460 | 105 | 60 |
| Binary | 11010000 | 100110 | 11000101 | 0 | 1010010 | 101 | 10010 | 100110000 | 1000101 | 110000 |
Color Harmonies of #D026C5
Complementary color
Monochromatic Colors of #D026C5
Black with #D026C5
Text Example
Text Example
White with #D026C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D026C5; }
p { color: rgb(208,38,197); }
H1.HeaderClassName
{
color: #D026C5;
}
.AnyTagClassName
{
color: #D026C5;
}
</style>
background-color css
<style>
a { background-color: #D026C5; }
a { background-color: rgb(208,38,197); }
div.DivClassName
{
background-color: #D026C5;
}
.BgClassName
{
background-color: #D026C5;
}
</style>
border-color css
<style>
span { border-color: #D026C5; }
span { border-color: rgb(208,38,197); }
td.TdClassName
{
border-color: #D026C5;
}
.TagClassName
{
border-color: #D026C5;
}
</style>