Shades of Plum #D99DD3
Tints of Plum #D99DD3
RGB
CMYK
RGB Variations
Color information
#D99DD3 (or 0xD99DD3) is known color: Plum. HEX triplet: D9, 9D and D3. RGB value is (217,157,211). Sum of RGB (Red+Green+Blue) = 217+157+211=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 211 (82.81% from 255 or 36.07% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D99DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DD3 is #26622C. Grayscale: #B4B4B4. Windows color (decimal): -2515501 or 13868505. OLE color: 13868505.
HSL color Cylindrical-coordinate representation of color #D99DD3: hue angle of 306º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D99DD3 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 157 | 211 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.15 |
| HSL | 306º | 0.44% | 0.73% | - |
| HSV(B) | 306º | 0.28% | 0.85% | - |
| XYZ | 52.43 | 43.57 | 67.27 | - |
| YUV | 181.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 157 | 211 | 0 | 0.28 | 0.03 | 0.15 | 306 | 0.44 | 0.73 |
| Hex | D9 | 9D | D3 | 0 | 1C | 3 | F | 132 | 2C | 49 |
| Octal | 331 | 235 | 323 | 0 | 34 | 3 | 17 | 462 | 54 | 111 |
| Binary | 11011001 | 10011101 | 11010011 | 0 | 11100 | 11 | 1111 | 100110010 | 101100 | 1001001 |
Color Harmonies of #D99DD3
Complementary color
Monochromatic Colors of #D99DD3
Black with #D99DD3
Text Example
Text Example
White with #D99DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DD3; }
p { color: rgb(217,157,211); }
H1.HeaderClassName
{
color: #D99DD3;
}
.AnyTagClassName
{
color: #D99DD3;
}
</style>
background-color css
<style>
a { background-color: #D99DD3; }
a { background-color: rgb(217,157,211); }
div.DivClassName
{
background-color: #D99DD3;
}
.BgClassName
{
background-color: #D99DD3;
}
</style>
border-color css
<style>
span { border-color: #D99DD3; }
span { border-color: rgb(217,157,211); }
td.TdClassName
{
border-color: #D99DD3;
}
.TagClassName
{
border-color: #D99DD3;
}
</style>