Shades of Plum #DD92E6
Tints of Plum #DD92E6
RGB
CMYK
RGB Variations
Color information
#DD92E6 (or 0xDD92E6) is known color: Plum. HEX triplet: DD, 92 and E6. RGB value is (221,146,230). Sum of RGB (Red+Green+Blue) = 221+146+230=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 230 (90.23% from 255 or 38.53% from 597); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD92E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD92E6 is #226D19. Grayscale: #B1B1B1. Windows color (decimal): -2256154 or 15110877. OLE color: 15110877.
HSL color Cylindrical-coordinate representation of color #DD92E6: hue angle of 293.57º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD92E6 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 146 | 230 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.10 |
| HSL | 293.57º | 0.63% | 0.74% | - |
| HSV(B) | 293.57º | 0.37% | 0.9% | - |
| XYZ | 54.38 | 41.64 | 80.03 | - |
| YUV | 178 | 157.35 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 230 | 0.04 | 0.37 | 0 | 0.10 | 293.57 | 0.63 | 0.74 |
| Hex | DD | 92 | E6 | 4 | 25 | 0 | A | 126 | 3F | 4A |
| Octal | 335 | 222 | 346 | 4 | 45 | 0 | 12 | 446 | 77 | 112 |
| Binary | 11011101 | 10010010 | 11100110 | 100 | 100101 | 0 | 1010 | 100100110 | 111111 | 1001010 |
Color Harmonies of #DD92E6
Complementary color
Monochromatic Colors of #DD92E6
Black with #DD92E6
Text Example
Text Example
White with #DD92E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92E6; }
p { color: rgb(221,146,230); }
H1.HeaderClassName
{
color: #DD92E6;
}
.AnyTagClassName
{
color: #DD92E6;
}
</style>
background-color css
<style>
a { background-color: #DD92E6; }
a { background-color: rgb(221,146,230); }
div.DivClassName
{
background-color: #DD92E6;
}
.BgClassName
{
background-color: #DD92E6;
}
</style>
border-color css
<style>
span { border-color: #DD92E6; }
span { border-color: rgb(221,146,230); }
td.TdClassName
{
border-color: #DD92E6;
}
.TagClassName
{
border-color: #DD92E6;
}
</style>