Shades of Plum #DDB0DF
Tints of Plum #DDB0DF
RGB
CMYK
RGB Variations
Color information
#DDB0DF (or 0xDDB0DF) is known color: Plum. HEX triplet: DD, B0 and DF. RGB value is (221,176,223). Sum of RGB (Red+Green+Blue) = 221+176+223=620 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.65% from 620); Green value is 176 (69.14% from 255 or 28.39% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB0DF is #224F20. Grayscale: #C2C2C2. Windows color (decimal): -2248481 or 14659805. OLE color: 14659805.
HSL color Cylindrical-coordinate representation of color #DDB0DF: hue angle of 297.45º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB0DF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 223 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 297.45º | 0.42% | 0.78% | - |
| HSV(B) | 297.45º | 0.21% | 0.87% | - |
| XYZ | 58.66 | 51.75 | 76.71 | - |
| YUV | 194.81 | 143.91 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 223 | 0.01 | 0.21 | 0 | 0.13 | 297.45 | 0.42 | 0.78 |
| Hex | DD | B0 | DF | 1 | 15 | 0 | D | 129 | 2A | 4E |
| Octal | 335 | 260 | 337 | 1 | 25 | 0 | 15 | 451 | 52 | 116 |
| Binary | 11011101 | 10110000 | 11011111 | 1 | 10101 | 0 | 1101 | 100101001 | 101010 | 1001110 |
Color Harmonies of #DDB0DF
Complementary color
Monochromatic Colors of #DDB0DF
Black with #DDB0DF
Text Example
Text Example
White with #DDB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB0DF; }
p { color: rgb(221,176,223); }
H1.HeaderClassName
{
color: #DDB0DF;
}
.AnyTagClassName
{
color: #DDB0DF;
}
</style>
background-color css
<style>
a { background-color: #DDB0DF; }
a { background-color: rgb(221,176,223); }
div.DivClassName
{
background-color: #DDB0DF;
}
.BgClassName
{
background-color: #DDB0DF;
}
</style>
border-color css
<style>
span { border-color: #DDB0DF; }
span { border-color: rgb(221,176,223); }
td.TdClassName
{
border-color: #DDB0DF;
}
.TagClassName
{
border-color: #DDB0DF;
}
</style>