Shades of Plum #DD9DD1
Tints of Plum #DD9DD1
RGB
CMYK
RGB Variations
Color information
#DD9DD1 (or 0xDD9DD1) is known color: Plum. HEX triplet: DD, 9D and D1. RGB value is (221,157,209). Sum of RGB (Red+Green+Blue) = 221+157+209=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DD1 is #22622E. Grayscale: #B5B5B5. Windows color (decimal): -2253359 or 13737437. OLE color: 13737437.
HSL color Cylindrical-coordinate representation of color #DD9DD1: hue angle of 311.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9DD1 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 209 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.13 |
| HSL | 311.25º | 0.48% | 0.74% | - |
| HSV(B) | 311.25º | 0.29% | 0.87% | - |
| XYZ | 53.38 | 44.09 | 66.02 | - |
| YUV | 182.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 209 | 0 | 0.29 | 0.05 | 0.13 | 311.25 | 0.48 | 0.74 |
| Hex | DD | 9D | D1 | 0 | 1D | 5 | D | 137 | 30 | 4A |
| Octal | 335 | 235 | 321 | 0 | 35 | 5 | 15 | 467 | 60 | 112 |
| Binary | 11011101 | 10011101 | 11010001 | 0 | 11101 | 101 | 1101 | 100110111 | 110000 | 1001010 |
Color Harmonies of #DD9DD1
Complementary color
Monochromatic Colors of #DD9DD1
Black with #DD9DD1
Text Example
Text Example
White with #DD9DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DD1; }
p { color: rgb(221,157,209); }
H1.HeaderClassName
{
color: #DD9DD1;
}
.AnyTagClassName
{
color: #DD9DD1;
}
</style>
background-color css
<style>
a { background-color: #DD9DD1; }
a { background-color: rgb(221,157,209); }
div.DivClassName
{
background-color: #DD9DD1;
}
.BgClassName
{
background-color: #DD9DD1;
}
</style>
border-color css
<style>
span { border-color: #DD9DD1; }
span { border-color: rgb(221,157,209); }
td.TdClassName
{
border-color: #DD9DD1;
}
.TagClassName
{
border-color: #DD9DD1;
}
</style>