Shades of Plum #DD92E0
Tints of Plum #DD92E0
RGB
CMYK
RGB Variations
Color information
#DD92E0 (or 0xDD92E0) is known color: Plum. HEX triplet: DD, 92 and E0. RGB value is (221,146,224). Sum of RGB (Red+Green+Blue) = 221+146+224=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 224 (87.89% from 255 or 37.90% from 591); Max value from RGB is 224 - color contains mainly: blue. Hex color #DD92E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92E0 is #226D1F. Grayscale: #B1B1B1. Windows color (decimal): -2256160 or 14717661. OLE color: 14717661.
HSL color Cylindrical-coordinate representation of color #DD92E0: hue angle of 297.69º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD92E0 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 146 | 224 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.12 |
| HSL | 297.69º | 0.56% | 0.73% | - |
| HSV(B) | 297.69º | 0.35% | 0.88% | - |
| XYZ | 53.55 | 41.31 | 75.67 | - |
| YUV | 177.32 | 154.35 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 224 | 0.01 | 0.35 | 0 | 0.12 | 297.69 | 0.56 | 0.73 |
| Hex | DD | 92 | E0 | 1 | 23 | 0 | C | 12A | 38 | 49 |
| Octal | 335 | 222 | 340 | 1 | 43 | 0 | 14 | 452 | 70 | 111 |
| Binary | 11011101 | 10010010 | 11100000 | 1 | 100011 | 0 | 1100 | 100101010 | 111000 | 1001001 |
Color Harmonies of #DD92E0
Complementary color
Monochromatic Colors of #DD92E0
Black with #DD92E0
Text Example
Text Example
White with #DD92E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92E0; }
p { color: rgb(221,146,224); }
H1.HeaderClassName
{
color: #DD92E0;
}
.AnyTagClassName
{
color: #DD92E0;
}
</style>
background-color css
<style>
a { background-color: #DD92E0; }
a { background-color: rgb(221,146,224); }
div.DivClassName
{
background-color: #DD92E0;
}
.BgClassName
{
background-color: #DD92E0;
}
</style>
border-color css
<style>
span { border-color: #DD92E0; }
span { border-color: rgb(221,146,224); }
td.TdClassName
{
border-color: #DD92E0;
}
.TagClassName
{
border-color: #DD92E0;
}
</style>