Shades of Deep Magenta #DD1BDD
Tints of Deep Magenta #DD1BDD
RGB
CMYK
RGB Variations
Color information
#DD1BDD (or 0xDD1BDD) is known color: Deep Magenta. HEX triplet: DD, 1B and DD. RGB value is (221,27,221). Sum of RGB (Red+Green+Blue) = 221+27+221=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 27 (10.94% from 255 or 5.76% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD1BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1BDD is #22E422. Grayscale: #6A6A6A. Windows color (decimal): -2286627 or 14490589. OLE color: 14490589.
HSL color Cylindrical-coordinate representation of color #DD1BDD: hue angle of 300º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD1BDD is Cyan = 0, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 27 | 221 | - |
| CMYK | 0 | 0.88 | 0 | 0.13 |
| HSL | 300º | 0.78% | 0.49% | - |
| HSV(B) | 300º | 0.88% | 0.87% | - |
| XYZ | 43.26 | 21.38 | 70.25 | - |
| YUV | 107.12 | 192.27 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 27 | 221 | 0 | 0.88 | 0 | 0.13 | 300 | 0.78 | 0.49 |
| Hex | DD | 1B | DD | 0 | 58 | 0 | D | 12C | 4E | 31 |
| Octal | 335 | 33 | 335 | 0 | 130 | 0 | 15 | 454 | 116 | 61 |
| Binary | 11011101 | 11011 | 11011101 | 0 | 1011000 | 0 | 1101 | 100101100 | 1001110 | 110001 |
Color Harmonies of #DD1BDD
Complementary color
Monochromatic Colors of #DD1BDD
Black with #DD1BDD
Text Example
Text Example
White with #DD1BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1BDD; }
p { color: rgb(221,27,221); }
H1.HeaderClassName
{
color: #DD1BDD;
}
.AnyTagClassName
{
color: #DD1BDD;
}
</style>
background-color css
<style>
a { background-color: #DD1BDD; }
a { background-color: rgb(221,27,221); }
div.DivClassName
{
background-color: #DD1BDD;
}
.BgClassName
{
background-color: #DD1BDD;
}
</style>
border-color css
<style>
span { border-color: #DD1BDD; }
span { border-color: rgb(221,27,221); }
td.TdClassName
{
border-color: #DD1BDD;
}
.TagClassName
{
border-color: #DD1BDD;
}
</style>