Shades of Deep Magenta #DD00B6
Tints of Deep Magenta #DD00B6
RGB
CMYK
RGB Variations
Color information
#DD00B6 (or 0xDD00B6) is known color: Deep Magenta. HEX triplet: DD, 00 and B6. RGB value is (221,0,182). Sum of RGB (Red+Green+Blue) = 221+0+182=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 0 (0.39% from 255 or 0% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD00B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD00B6 is #22FF49. Grayscale: #565656. Windows color (decimal): -2293578 or 11927773. OLE color: 11927773.
HSL color Cylindrical-coordinate representation of color #DD00B6: hue angle of 310.59º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD00B6 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 182 | - |
| CMYK | 0 | 1 | 0.18 | 0.13 |
| HSL | 310.59º | 1% | 0.43% | - |
| HSV(B) | 310.59º | 1% | 0.87% | - |
| XYZ | 38.26 | 18.75 | 45.86 | - |
| YUV | 86.83 | 181.72 | 223.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 182 | 0 | 1 | 0.18 | 0.13 | 310.59 | 1 | 0.43 |
| Hex | DD | 0 | B6 | 0 | 64 | 12 | D | 137 | 64 | 2B |
| Octal | 335 | 0 | 266 | 0 | 144 | 22 | 15 | 467 | 144 | 53 |
| Binary | 11011101 | 0 | 10110110 | 0 | 1100100 | 10010 | 1101 | 100110111 | 1100100 | 101011 |
Color Harmonies of #DD00B6
Complementary color
Monochromatic Colors of #DD00B6
Black with #DD00B6
Text Example
Text Example
White with #DD00B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD00B6; }
p { color: rgb(221,0,182); }
H1.HeaderClassName
{
color: #DD00B6;
}
.AnyTagClassName
{
color: #DD00B6;
}
</style>
background-color css
<style>
a { background-color: #DD00B6; }
a { background-color: rgb(221,0,182); }
div.DivClassName
{
background-color: #DD00B6;
}
.BgClassName
{
background-color: #DD00B6;
}
</style>
border-color css
<style>
span { border-color: #DD00B6; }
span { border-color: rgb(221,0,182); }
td.TdClassName
{
border-color: #DD00B6;
}
.TagClassName
{
border-color: #DD00B6;
}
</style>