Shades of Plum #DD8ADC
Tints of Plum #DD8ADC
RGB
CMYK
RGB Variations
Color information
#DD8ADC (or 0xDD8ADC) is known color: Plum. HEX triplet: DD, 8A and DC. RGB value is (221,138,220). Sum of RGB (Red+Green+Blue) = 221+138+220=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 220 (86.33% from 255 or 38.00% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD8ADC is #227523. Grayscale: #ABABAB. Windows color (decimal): -2258212 or 14453469. OLE color: 14453469.
HSL color Cylindrical-coordinate representation of color #DD8ADC: hue angle of 300.72º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD8ADC is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 220 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.13 |
| HSL | 300.72º | 0.55% | 0.7% | - |
| HSV(B) | 300.72º | 0.38% | 0.87% | - |
| XYZ | 51.83 | 38.72 | 72.45 | - |
| YUV | 172.17 | 155 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 220 | 0 | 0.38 | 0.00 | 0.13 | 300.72 | 0.55 | 0.7 |
| Hex | DD | 8A | DC | 0 | 26 | 0 | D | 12D | 37 | 46 |
| Octal | 335 | 212 | 334 | 0 | 46 | 0 | 15 | 455 | 67 | 106 |
| Binary | 11011101 | 10001010 | 11011100 | 0 | 100110 | 0 | 1101 | 100101101 | 110111 | 1000110 |
Color Harmonies of #DD8ADC
Complementary color
Monochromatic Colors of #DD8ADC
Black with #DD8ADC
Text Example
Text Example
White with #DD8ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8ADC; }
p { color: rgb(221,138,220); }
H1.HeaderClassName
{
color: #DD8ADC;
}
.AnyTagClassName
{
color: #DD8ADC;
}
</style>
background-color css
<style>
a { background-color: #DD8ADC; }
a { background-color: rgb(221,138,220); }
div.DivClassName
{
background-color: #DD8ADC;
}
.BgClassName
{
background-color: #DD8ADC;
}
</style>
border-color css
<style>
span { border-color: #DD8ADC; }
span { border-color: rgb(221,138,220); }
td.TdClassName
{
border-color: #DD8ADC;
}
.TagClassName
{
border-color: #DD8ADC;
}
</style>