Shades of Deep Magenta #DD1CDB
Tints of Deep Magenta #DD1CDB
RGB
CMYK
RGB Variations
Color information
#DD1CDB (or 0xDD1CDB) is known color: Deep Magenta. HEX triplet: DD, 1C and DB. RGB value is (221,28,219). Sum of RGB (Red+Green+Blue) = 221+28+219=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DD1CDB is #22E324. Grayscale: #6A6A6A. Windows color (decimal): -2286373 or 14359773. OLE color: 14359773.
HSL color Cylindrical-coordinate representation of color #DD1CDB: hue angle of 300.62º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD1CDB is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 28 | 219 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.13 |
| HSL | 300.62º | 0.78% | 0.49% | - |
| HSV(B) | 300.62º | 0.87% | 0.87% | - |
| XYZ | 43.02 | 21.32 | 68.87 | - |
| YUV | 107.48 | 190.94 | 208.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 28 | 219 | 0 | 0.87 | 0.01 | 0.13 | 300.62 | 0.78 | 0.49 |
| Hex | DD | 1C | DB | 0 | 57 | 1 | D | 12D | 4E | 31 |
| Octal | 335 | 34 | 333 | 0 | 127 | 1 | 15 | 455 | 116 | 61 |
| Binary | 11011101 | 11100 | 11011011 | 0 | 1010111 | 1 | 1101 | 100101101 | 1001110 | 110001 |
Color Harmonies of #DD1CDB
Complementary color
Monochromatic Colors of #DD1CDB
Black with #DD1CDB
Text Example
Text Example
White with #DD1CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1CDB; }
p { color: rgb(221,28,219); }
H1.HeaderClassName
{
color: #DD1CDB;
}
.AnyTagClassName
{
color: #DD1CDB;
}
</style>
background-color css
<style>
a { background-color: #DD1CDB; }
a { background-color: rgb(221,28,219); }
div.DivClassName
{
background-color: #DD1CDB;
}
.BgClassName
{
background-color: #DD1CDB;
}
</style>
border-color css
<style>
span { border-color: #DD1CDB; }
span { border-color: rgb(221,28,219); }
td.TdClassName
{
border-color: #DD1CDB;
}
.TagClassName
{
border-color: #DD1CDB;
}
</style>