Shades of Plum #DD9DD6
Tints of Plum #DD9DD6
RGB
CMYK
RGB Variations
Color information
#DD9DD6 (or 0xDD9DD6) is known color: Plum. HEX triplet: DD, 9D and D6. RGB value is (221,157,214). Sum of RGB (Red+Green+Blue) = 221+157+214=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DD6 is #226229. Grayscale: #B6B6B6. Windows color (decimal): -2253354 or 14065117. OLE color: 14065117.
HSL color Cylindrical-coordinate representation of color #DD9DD6: hue angle of 306.56º 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 #DD9DD6 is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 157 | 214 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.13 |
| HSL | 306.56º | 0.48% | 0.74% | - |
| HSV(B) | 306.56º | 0.29% | 0.87% | - |
| XYZ | 54.01 | 44.34 | 69.33 | - |
| YUV | 182.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 157 | 214 | 0 | 0.29 | 0.03 | 0.13 | 306.56 | 0.48 | 0.74 |
| Hex | DD | 9D | D6 | 0 | 1D | 3 | D | 133 | 30 | 4A |
| Octal | 335 | 235 | 326 | 0 | 35 | 3 | 15 | 463 | 60 | 112 |
| Binary | 11011101 | 10011101 | 11010110 | 0 | 11101 | 11 | 1101 | 100110011 | 110000 | 1001010 |
Color Harmonies of #DD9DD6
Complementary color
Monochromatic Colors of #DD9DD6
Black with #DD9DD6
Text Example
Text Example
White with #DD9DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9DD6; }
p { color: rgb(221,157,214); }
H1.HeaderClassName
{
color: #DD9DD6;
}
.AnyTagClassName
{
color: #DD9DD6;
}
</style>
background-color css
<style>
a { background-color: #DD9DD6; }
a { background-color: rgb(221,157,214); }
div.DivClassName
{
background-color: #DD9DD6;
}
.BgClassName
{
background-color: #DD9DD6;
}
</style>
border-color css
<style>
span { border-color: #DD9DD6; }
span { border-color: rgb(221,157,214); }
td.TdClassName
{
border-color: #DD9DD6;
}
.TagClassName
{
border-color: #DD9DD6;
}
</style>