Shades of Plum #DDB0E0
Tints of Plum #DDB0E0
RGB
CMYK
RGB Variations
Color information
#DDB0E0 (or 0xDDB0E0) is known color: Plum. HEX triplet: DD, B0 and E0. RGB value is (221,176,224). Sum of RGB (Red+Green+Blue) = 221+176+224=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 176 (69.14% from 255 or 28.34% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB0E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0E0 is #224F1F. Grayscale: #C2C2C2. Windows color (decimal): -2248480 or 14725341. OLE color: 14725341.
HSL color Cylindrical-coordinate representation of color #DDB0E0: hue angle of 296.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB0E0 is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 176 | 224 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.12 |
| HSL | 296.25º | 0.44% | 0.78% | - |
| HSV(B) | 296.25º | 0.21% | 0.88% | - |
| XYZ | 58.8 | 51.8 | 77.42 | - |
| YUV | 194.93 | 144.41 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 224 | 0.01 | 0.21 | 0 | 0.12 | 296.25 | 0.44 | 0.78 |
| Hex | DD | B0 | E0 | 1 | 15 | 0 | C | 128 | 2C | 4E |
| Octal | 335 | 260 | 340 | 1 | 25 | 0 | 14 | 450 | 54 | 116 |
| Binary | 11011101 | 10110000 | 11100000 | 1 | 10101 | 0 | 1100 | 100101000 | 101100 | 1001110 |
Color Harmonies of #DDB0E0
Complementary color
Monochromatic Colors of #DDB0E0
Black with #DDB0E0
Text Example
Text Example
White with #DDB0E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0E0; }
p { color: rgb(221,176,224); }
H1.HeaderClassName
{
color: #DDB0E0;
}
.AnyTagClassName
{
color: #DDB0E0;
}
</style>
background-color css
<style>
a { background-color: #DDB0E0; }
a { background-color: rgb(221,176,224); }
div.DivClassName
{
background-color: #DDB0E0;
}
.BgClassName
{
background-color: #DDB0E0;
}
</style>
border-color css
<style>
span { border-color: #DDB0E0; }
span { border-color: rgb(221,176,224); }
td.TdClassName
{
border-color: #DDB0E0;
}
.TagClassName
{
border-color: #DDB0E0;
}
</style>