Shades of Plum #DD93D8
Tints of Plum #DD93D8
RGB
CMYK
RGB Variations
Color information
#DD93D8 (or 0xDD93D8) is known color: Plum. HEX triplet: DD, 93 and D8. RGB value is (221,147,216). Sum of RGB (Red+Green+Blue) = 221+147+216=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD93D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93D8 is #226C27. Grayscale: #B0B0B0. Windows color (decimal): -2255912 or 14193629. OLE color: 14193629.
HSL color Cylindrical-coordinate representation of color #DD93D8: hue angle of 304.05º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DD93D8 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 216 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.13 |
| HSL | 304.05º | 0.52% | 0.72% | - |
| HSV(B) | 304.05º | 0.33% | 0.87% | - |
| XYZ | 52.65 | 41.2 | 70.14 | - |
| YUV | 176.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 216 | 0 | 0.33 | 0.02 | 0.13 | 304.05 | 0.52 | 0.72 |
| Hex | DD | 93 | D8 | 0 | 21 | 2 | D | 130 | 34 | 48 |
| Octal | 335 | 223 | 330 | 0 | 41 | 2 | 15 | 460 | 64 | 110 |
| Binary | 11011101 | 10010011 | 11011000 | 0 | 100001 | 10 | 1101 | 100110000 | 110100 | 1001000 |
Color Harmonies of #DD93D8
Complementary color
Monochromatic Colors of #DD93D8
Black with #DD93D8
Text Example
Text Example
White with #DD93D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93D8; }
p { color: rgb(221,147,216); }
H1.HeaderClassName
{
color: #DD93D8;
}
.AnyTagClassName
{
color: #DD93D8;
}
</style>
background-color css
<style>
a { background-color: #DD93D8; }
a { background-color: rgb(221,147,216); }
div.DivClassName
{
background-color: #DD93D8;
}
.BgClassName
{
background-color: #DD93D8;
}
</style>
border-color css
<style>
span { border-color: #DD93D8; }
span { border-color: rgb(221,147,216); }
td.TdClassName
{
border-color: #DD93D8;
}
.TagClassName
{
border-color: #DD93D8;
}
</style>