Shades of Plum #DD92DC
Tints of Plum #DD92DC
RGB
CMYK
RGB Variations
Color information
#DD92DC (or 0xDD92DC) is known color: Plum. HEX triplet: DD, 92 and DC. RGB value is (221,146,220). Sum of RGB (Red+Green+Blue) = 221+146+220=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD92DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD92DC is #226D23. Grayscale: #B0B0B0. Windows color (decimal): -2256164 or 14455517. OLE color: 14455517.
HSL color Cylindrical-coordinate representation of color #DD92DC: hue angle of 300.8º 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 #DD92DC is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 146 | 220 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.13 |
| HSL | 300.8º | 0.52% | 0.72% | - |
| HSV(B) | 300.8º | 0.34% | 0.87% | - |
| XYZ | 53.02 | 41.1 | 72.85 | - |
| YUV | 176.86 | 152.35 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 146 | 220 | 0 | 0.34 | 0.00 | 0.13 | 300.8 | 0.52 | 0.72 |
| Hex | DD | 92 | DC | 0 | 22 | 0 | D | 12D | 34 | 48 |
| Octal | 335 | 222 | 334 | 0 | 42 | 0 | 15 | 455 | 64 | 110 |
| Binary | 11011101 | 10010010 | 11011100 | 0 | 100010 | 0 | 1101 | 100101101 | 110100 | 1001000 |
Color Harmonies of #DD92DC
Complementary color
Monochromatic Colors of #DD92DC
Black with #DD92DC
Text Example
Text Example
White with #DD92DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD92DC; }
p { color: rgb(221,146,220); }
H1.HeaderClassName
{
color: #DD92DC;
}
.AnyTagClassName
{
color: #DD92DC;
}
</style>
background-color css
<style>
a { background-color: #DD92DC; }
a { background-color: rgb(221,146,220); }
div.DivClassName
{
background-color: #DD92DC;
}
.BgClassName
{
background-color: #DD92DC;
}
</style>
border-color css
<style>
span { border-color: #DD92DC; }
span { border-color: rgb(221,146,220); }
td.TdClassName
{
border-color: #DD92DC;
}
.TagClassName
{
border-color: #DD92DC;
}
</style>