Shades of Plum #DD91DA
Tints of Plum #DD91DA
RGB
CMYK
RGB Variations
Color information
#DD91DA (or 0xDD91DA) is known color: Plum. HEX triplet: DD, 91 and DA. RGB value is (221,145,218). Sum of RGB (Red+Green+Blue) = 221+145+218=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DA is #226E25. Grayscale: #AFAFAF. Windows color (decimal): -2256422 or 14324189. OLE color: 14324189.
HSL color Cylindrical-coordinate representation of color #DD91DA: hue angle of 302.37º 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 #DD91DA is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 145 | 218 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.13 |
| HSL | 302.37º | 0.53% | 0.72% | - |
| HSV(B) | 302.37º | 0.34% | 0.87% | - |
| XYZ | 52.6 | 40.68 | 71.41 | - |
| YUV | 176.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 145 | 218 | 0 | 0.34 | 0.01 | 0.13 | 302.37 | 0.53 | 0.72 |
| Hex | DD | 91 | DA | 0 | 22 | 1 | D | 12E | 35 | 48 |
| Octal | 335 | 221 | 332 | 0 | 42 | 1 | 15 | 456 | 65 | 110 |
| Binary | 11011101 | 10010001 | 11011010 | 0 | 100010 | 1 | 1101 | 100101110 | 110101 | 1001000 |
Color Harmonies of #DD91DA
Complementary color
Monochromatic Colors of #DD91DA
Black with #DD91DA
Text Example
Text Example
White with #DD91DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD91DA; }
p { color: rgb(221,145,218); }
H1.HeaderClassName
{
color: #DD91DA;
}
.AnyTagClassName
{
color: #DD91DA;
}
</style>
background-color css
<style>
a { background-color: #DD91DA; }
a { background-color: rgb(221,145,218); }
div.DivClassName
{
background-color: #DD91DA;
}
.BgClassName
{
background-color: #DD91DA;
}
</style>
border-color css
<style>
span { border-color: #DD91DA; }
span { border-color: rgb(221,145,218); }
td.TdClassName
{
border-color: #DD91DA;
}
.TagClassName
{
border-color: #DD91DA;
}
</style>