Shades of Plum #DD91DB
Tints of Plum #DD91DB
RGB
CMYK
RGB Variations
Color information
#DD91DB (or 0xDD91DB) is known color: Plum. HEX triplet: DD, 91 and DB. RGB value is (221,145,219). Sum of RGB (Red+Green+Blue) = 221+145+219=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DB is #226E24. Grayscale: #AFAFAF. Windows color (decimal): -2256421 or 14389725. OLE color: 14389725.
HSL color Cylindrical-coordinate representation of color #DD91DB: hue angle of 301.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91DB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 145 | 219 | - |
CMYK | 0 | 0.34 | 0.01 | 0.13 |
HSL | 301.58º | 0.53% | 0.72% | - |
HSV(B) | 301.58º | 0.34% | 0.87% | - |
XYZ | 52.73 | 40.74 | 72.1 | - |
YUV | 176.16 | 152.18 | 159.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 145 | 219 | 0 | 0.34 | 0.01 | 0.13 | 301.58 | 0.53 | 0.72 |
Hex | DD | 91 | DB | 0 | 22 | 1 | D | 12E | 35 | 48 |
Octal | 335 | 221 | 333 | 0 | 42 | 1 | 15 | 456 | 65 | 110 |
Binary | 11011101 | 10010001 | 11011011 | 0 | 100010 | 1 | 1101 | 100101110 | 110101 | 1001000 |
Color Harmonies of #DD91DB
Complementary color
Monochromatic Colors of #DD91DB
Black with #DD91DB
Text Example
Text Example
White with #DD91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91DB; }
p { color: rgb(221,145,219); }
H1.HeaderClassName
{
color: #DD91DB;
}
.AnyTagClassName
{
color: #DD91DB;
}
</style>
background-color css
<style>
a { background-color: #DD91DB; }
a { background-color: rgb(221,145,219); }
div.DivClassName
{
background-color: #DD91DB;
}
.BgClassName
{
background-color: #DD91DB;
}
</style>
border-color css
<style>
span { border-color: #DD91DB; }
span { border-color: rgb(221,145,219); }
td.TdClassName
{
border-color: #DD91DB;
}
.TagClassName
{
border-color: #DD91DB;
}
</style>