Shades of Plum #DD92EC
Tints of Plum #DD92EC
RGB
CMYK
RGB Variations
Color information
#DD92EC (or 0xDD92EC) is known color: Plum. HEX triplet: DD, 92 and EC. RGB value is (221,146,236). Sum of RGB (Red+Green+Blue) = 221+146+236=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD92EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92EC is #226D13. Grayscale: #B2B2B2. Windows color (decimal): -2256148 or 15504093. OLE color: 15504093.
HSL color Cylindrical-coordinate representation of color #DD92EC: hue angle of 290º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD92EC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 146 | 236 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.07 |
| HSL | 290º | 0.7% | 0.75% | - |
| HSV(B) | 290º | 0.38% | 0.93% | - |
| XYZ | 55.24 | 41.99 | 84.55 | - |
| YUV | 178.69 | 160.35 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 236 | 0.06 | 0.38 | 0 | 0.07 | 290 | 0.7 | 0.75 |
| Hex | DD | 92 | EC | 6 | 26 | 0 | 7 | 122 | 46 | 4B |
| Octal | 335 | 222 | 354 | 6 | 46 | 0 | 7 | 442 | 106 | 113 |
| Binary | 11011101 | 10010010 | 11101100 | 110 | 100110 | 0 | 111 | 100100010 | 1000110 | 1001011 |
Color Harmonies of #DD92EC
Complementary color
Monochromatic Colors of #DD92EC
Black with #DD92EC
Text Example
Text Example
White with #DD92EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92EC; }
p { color: rgb(221,146,236); }
H1.HeaderClassName
{
color: #DD92EC;
}
.AnyTagClassName
{
color: #DD92EC;
}
</style>
background-color css
<style>
a { background-color: #DD92EC; }
a { background-color: rgb(221,146,236); }
div.DivClassName
{
background-color: #DD92EC;
}
.BgClassName
{
background-color: #DD92EC;
}
</style>
border-color css
<style>
span { border-color: #DD92EC; }
span { border-color: rgb(221,146,236); }
td.TdClassName
{
border-color: #DD92EC;
}
.TagClassName
{
border-color: #DD92EC;
}
</style>