Shades of Plum #DD92DB
Tints of Plum #DD92DB
RGB
CMYK
RGB Variations
Color information
#DD92DB (or 0xDD92DB) is known color: Plum. HEX triplet: DD, 92 and DB. RGB value is (221,146,219). Sum of RGB (Red+Green+Blue) = 221+146+219=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 146 (57.42% from 255 or 24.91% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92DB is #226D24. Grayscale: #B0B0B0. Windows color (decimal): -2256165 or 14389981. OLE color: 14389981.
HSL color Cylindrical-coordinate representation of color #DD92DB: hue angle of 301.6º degrees, saturation: 0.52, 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 #DD92DB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 219 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.13 |
| HSL | 301.6º | 0.52% | 0.72% | - |
| HSV(B) | 301.6º | 0.34% | 0.87% | - |
| XYZ | 52.88 | 41.04 | 72.15 | - |
| YUV | 176.75 | 151.85 | 159.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 219 | 0 | 0.34 | 0.01 | 0.13 | 301.6 | 0.52 | 0.72 |
| Hex | DD | 92 | DB | 0 | 22 | 1 | D | 12E | 34 | 48 |
| Octal | 335 | 222 | 333 | 0 | 42 | 1 | 15 | 456 | 64 | 110 |
| Binary | 11011101 | 10010010 | 11011011 | 0 | 100010 | 1 | 1101 | 100101110 | 110100 | 1001000 |
Color Harmonies of #DD92DB
Complementary color
Monochromatic Colors of #DD92DB
Black with #DD92DB
Text Example
Text Example
White with #DD92DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92DB; }
p { color: rgb(221,146,219); }
H1.HeaderClassName
{
color: #DD92DB;
}
.AnyTagClassName
{
color: #DD92DB;
}
</style>
background-color css
<style>
a { background-color: #DD92DB; }
a { background-color: rgb(221,146,219); }
div.DivClassName
{
background-color: #DD92DB;
}
.BgClassName
{
background-color: #DD92DB;
}
</style>
border-color css
<style>
span { border-color: #DD92DB; }
span { border-color: rgb(221,146,219); }
td.TdClassName
{
border-color: #DD92DB;
}
.TagClassName
{
border-color: #DD92DB;
}
</style>