Shades of Plum #DD92E5
Tints of Plum #DD92E5
RGB
CMYK
RGB Variations
Color information
#DD92E5 (or 0xDD92E5) is known color: Plum. HEX triplet: DD, 92 and E5. RGB value is (221,146,229). Sum of RGB (Red+Green+Blue) = 221+146+229=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92E5 is #226D1A. Grayscale: #B1B1B1. Windows color (decimal): -2256155 or 15045341. OLE color: 15045341.
HSL color Cylindrical-coordinate representation of color #DD92E5: hue angle of 294.22º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD92E5 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 146 | 229 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.10 |
| HSL | 294.22º | 0.61% | 0.74% | - |
| HSV(B) | 294.22º | 0.36% | 0.9% | - |
| XYZ | 54.24 | 41.59 | 79.3 | - |
| YUV | 177.89 | 156.85 | 158.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 229 | 0.03 | 0.36 | 0 | 0.10 | 294.22 | 0.61 | 0.74 |
| Hex | DD | 92 | E5 | 3 | 24 | 0 | A | 126 | 3D | 4A |
| Octal | 335 | 222 | 345 | 3 | 44 | 0 | 12 | 446 | 75 | 112 |
| Binary | 11011101 | 10010010 | 11100101 | 11 | 100100 | 0 | 1010 | 100100110 | 111101 | 1001010 |
Color Harmonies of #DD92E5
Complementary color
Monochromatic Colors of #DD92E5
Black with #DD92E5
Text Example
Text Example
White with #DD92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92E5; }
p { color: rgb(221,146,229); }
H1.HeaderClassName
{
color: #DD92E5;
}
.AnyTagClassName
{
color: #DD92E5;
}
</style>
background-color css
<style>
a { background-color: #DD92E5; }
a { background-color: rgb(221,146,229); }
div.DivClassName
{
background-color: #DD92E5;
}
.BgClassName
{
background-color: #DD92E5;
}
</style>
border-color css
<style>
span { border-color: #DD92E5; }
span { border-color: rgb(221,146,229); }
td.TdClassName
{
border-color: #DD92E5;
}
.TagClassName
{
border-color: #DD92E5;
}
</style>