Shades of Plum #DD91D6
Tints of Plum #DD91D6
RGB
CMYK
RGB Variations
Color information
#DD91D6 (or 0xDD91D6) is known color: Plum. HEX triplet: DD, 91 and D6. RGB value is (221,145,214). Sum of RGB (Red+Green+Blue) = 221+145+214=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D6 is #226E29. Grayscale: #AFAFAF. Windows color (decimal): -2256426 or 14062045. OLE color: 14062045.
HSL color Cylindrical-coordinate representation of color #DD91D6: hue angle of 305.53º 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 #DD91D6 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 214 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.13 |
| HSL | 305.53º | 0.53% | 0.72% | - |
| HSV(B) | 305.53º | 0.34% | 0.87% | - |
| XYZ | 52.08 | 40.48 | 68.69 | - |
| YUV | 175.59 | 149.68 | 160.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 214 | 0 | 0.34 | 0.03 | 0.13 | 305.53 | 0.53 | 0.72 |
| Hex | DD | 91 | D6 | 0 | 22 | 3 | D | 132 | 35 | 48 |
| Octal | 335 | 221 | 326 | 0 | 42 | 3 | 15 | 462 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11010110 | 0 | 100010 | 11 | 1101 | 100110010 | 110101 | 1001000 |
Color Harmonies of #DD91D6
Complementary color
Monochromatic Colors of #DD91D6
Black with #DD91D6
Text Example
Text Example
White with #DD91D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91D6; }
p { color: rgb(221,145,214); }
H1.HeaderClassName
{
color: #DD91D6;
}
.AnyTagClassName
{
color: #DD91D6;
}
</style>
background-color css
<style>
a { background-color: #DD91D6; }
a { background-color: rgb(221,145,214); }
div.DivClassName
{
background-color: #DD91D6;
}
.BgClassName
{
background-color: #DD91D6;
}
</style>
border-color css
<style>
span { border-color: #DD91D6; }
span { border-color: rgb(221,145,214); }
td.TdClassName
{
border-color: #DD91D6;
}
.TagClassName
{
border-color: #DD91D6;
}
</style>