Shades of Plum #DD93EF
Tints of Plum #DD93EF
RGB
CMYK
RGB Variations
Color information
#DD93EF (or 0xDD93EF) is known color: Plum. HEX triplet: DD, 93 and EF. RGB value is (221,147,239). Sum of RGB (Red+Green+Blue) = 221+147+239=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD93EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD93EF is #226C10. Grayscale: #B3B3B3. Windows color (decimal): -2255889 or 15700957. OLE color: 15700957.
HSL color Cylindrical-coordinate representation of color #DD93EF: hue angle of 288.26º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD93EF is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 147 | 239 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.06 |
| HSL | 288.26º | 0.74% | 0.76% | - |
| HSV(B) | 288.26º | 0.38% | 0.94% | - |
| XYZ | 55.83 | 42.47 | 86.92 | - |
| YUV | 179.61 | 161.52 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 239 | 0.08 | 0.38 | 0 | 0.06 | 288.26 | 0.74 | 0.76 |
| Hex | DD | 93 | EF | 8 | 26 | 0 | 6 | 120 | 4A | 4C |
| Octal | 335 | 223 | 357 | 10 | 46 | 0 | 6 | 440 | 112 | 114 |
| Binary | 11011101 | 10010011 | 11101111 | 1000 | 100110 | 0 | 110 | 100100000 | 1001010 | 1001100 |
Color Harmonies of #DD93EF
Complementary color
Monochromatic Colors of #DD93EF
Black with #DD93EF
Text Example
Text Example
White with #DD93EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD93EF; }
p { color: rgb(221,147,239); }
H1.HeaderClassName
{
color: #DD93EF;
}
.AnyTagClassName
{
color: #DD93EF;
}
</style>
background-color css
<style>
a { background-color: #DD93EF; }
a { background-color: rgb(221,147,239); }
div.DivClassName
{
background-color: #DD93EF;
}
.BgClassName
{
background-color: #DD93EF;
}
</style>
border-color css
<style>
span { border-color: #DD93EF; }
span { border-color: rgb(221,147,239); }
td.TdClassName
{
border-color: #DD93EF;
}
.TagClassName
{
border-color: #DD93EF;
}
</style>