Shades of Plum #DD92CE
Tints of Plum #DD92CE
RGB
CMYK
RGB Variations
Color information
#DD92CE (or 0xDD92CE) is known color: Plum. HEX triplet: DD, 92 and CE. RGB value is (221,146,206). Sum of RGB (Red+Green+Blue) = 221+146+206=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 206 (80.86% from 255 or 35.95% from 573); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92CE is #226D31. Grayscale: #AFAFAF. Windows color (decimal): -2256178 or 13538013. OLE color: 13538013.
HSL color Cylindrical-coordinate representation of color #DD92CE: hue angle of 312º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD92CE is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 206 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.13 |
| HSL | 312º | 0.52% | 0.72% | - |
| HSV(B) | 312º | 0.34% | 0.87% | - |
| XYZ | 51.24 | 40.39 | 63.49 | - |
| YUV | 175.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 206 | 0 | 0.34 | 0.07 | 0.13 | 312 | 0.52 | 0.72 |
| Hex | DD | 92 | CE | 0 | 22 | 7 | D | 138 | 34 | 48 |
| Octal | 335 | 222 | 316 | 0 | 42 | 7 | 15 | 470 | 64 | 110 |
| Binary | 11011101 | 10010010 | 11001110 | 0 | 100010 | 111 | 1101 | 100111000 | 110100 | 1001000 |
Color Harmonies of #DD92CE
Complementary color
Monochromatic Colors of #DD92CE
Black with #DD92CE
Text Example
Text Example
White with #DD92CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92CE; }
p { color: rgb(221,146,206); }
H1.HeaderClassName
{
color: #DD92CE;
}
.AnyTagClassName
{
color: #DD92CE;
}
</style>
background-color css
<style>
a { background-color: #DD92CE; }
a { background-color: rgb(221,146,206); }
div.DivClassName
{
background-color: #DD92CE;
}
.BgClassName
{
background-color: #DD92CE;
}
</style>
border-color css
<style>
span { border-color: #DD92CE; }
span { border-color: rgb(221,146,206); }
td.TdClassName
{
border-color: #DD92CE;
}
.TagClassName
{
border-color: #DD92CE;
}
</style>