Shades of Deep Magenta #DD01B5
Tints of Deep Magenta #DD01B5
RGB
CMYK
RGB Variations
Color information
#DD01B5 (or 0xDD01B5) is known color: Deep Magenta. HEX triplet: DD, 01 and B5. RGB value is (221,1,181). Sum of RGB (Red+Green+Blue) = 221+1+181=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 1 (0.78% from 255 or 0.25% from 403); Blue value is 181 (71.09% from 255 or 44.91% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD01B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD01B5 is #22FE4A. Grayscale: #565656. Windows color (decimal): -2293323 or 11862493. OLE color: 11862493.
HSL color Cylindrical-coordinate representation of color #DD01B5: hue angle of 310.91º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD01B5 is Cyan = 0, Magento = 1.00, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 181 | - |
| CMYK | 0 | 1.00 | 0.18 | 0.13 |
| HSL | 310.91º | 0.99% | 0.44% | - |
| HSV(B) | 310.91º | 1% | 0.87% | - |
| XYZ | 38.17 | 18.73 | 45.32 | - |
| YUV | 87.3 | 180.89 | 223.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 181 | 0 | 1.00 | 0.18 | 0.13 | 310.91 | 0.99 | 0.44 |
| Hex | DD | 1 | B5 | 0 | 64 | 12 | D | 137 | 63 | 2C |
| Octal | 335 | 1 | 265 | 0 | 144 | 22 | 15 | 467 | 143 | 54 |
| Binary | 11011101 | 1 | 10110101 | 0 | 1100100 | 10010 | 1101 | 100110111 | 1100011 | 101100 |
Color Harmonies of #DD01B5
Complementary color
Monochromatic Colors of #DD01B5
Black with #DD01B5
Text Example
Text Example
White with #DD01B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD01B5; }
p { color: rgb(221,1,181); }
H1.HeaderClassName
{
color: #DD01B5;
}
.AnyTagClassName
{
color: #DD01B5;
}
</style>
background-color css
<style>
a { background-color: #DD01B5; }
a { background-color: rgb(221,1,181); }
div.DivClassName
{
background-color: #DD01B5;
}
.BgClassName
{
background-color: #DD01B5;
}
</style>
border-color css
<style>
span { border-color: #DD01B5; }
span { border-color: rgb(221,1,181); }
td.TdClassName
{
border-color: #DD01B5;
}
.TagClassName
{
border-color: #DD01B5;
}
</style>