Shades of Deep Magenta #DD26DD
Tints of Deep Magenta #DD26DD
RGB
CMYK
RGB Variations
Color information
#DD26DD (or 0xDD26DD) is known color: Deep Magenta. HEX triplet: DD, 26 and DD. RGB value is (221,38,221). Sum of RGB (Red+Green+Blue) = 221+38+221=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 38 (15.23% from 255 or 7.92% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD26DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD26DD is #22D922. Grayscale: #717171. Windows color (decimal): -2283811 or 14493405. OLE color: 14493405.
HSL color Cylindrical-coordinate representation of color #DD26DD: hue angle of 300º 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 #DD26DD is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 38 | 221 | - |
| CMYK | 0 | 0.83 | 0 | 0.13 |
| HSL | 300º | 0.73% | 0.51% | - |
| HSV(B) | 300º | 0.83% | 0.87% | - |
| XYZ | 43.56 | 21.98 | 70.35 | - |
| YUV | 113.58 | 188.63 | 204.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 38 | 221 | 0 | 0.83 | 0 | 0.13 | 300 | 0.73 | 0.51 |
| Hex | DD | 26 | DD | 0 | 53 | 0 | D | 12C | 49 | 33 |
| Octal | 335 | 46 | 335 | 0 | 123 | 0 | 15 | 454 | 111 | 63 |
| Binary | 11011101 | 100110 | 11011101 | 0 | 1010011 | 0 | 1101 | 100101100 | 1001001 | 110011 |
Color Harmonies of #DD26DD
Complementary color
Monochromatic Colors of #DD26DD
Black with #DD26DD
Text Example
Text Example
White with #DD26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD26DD; }
p { color: rgb(221,38,221); }
H1.HeaderClassName
{
color: #DD26DD;
}
.AnyTagClassName
{
color: #DD26DD;
}
</style>
background-color css
<style>
a { background-color: #DD26DD; }
a { background-color: rgb(221,38,221); }
div.DivClassName
{
background-color: #DD26DD;
}
.BgClassName
{
background-color: #DD26DD;
}
</style>
border-color css
<style>
span { border-color: #DD26DD; }
span { border-color: rgb(221,38,221); }
td.TdClassName
{
border-color: #DD26DD;
}
.TagClassName
{
border-color: #DD26DD;
}
</style>