Shades of Plum #D99DDF
Tints of Plum #D99DDF
RGB
CMYK
RGB Variations
Color information
#D99DDF (or 0xD99DDF) is known color: Plum. HEX triplet: D9, 9D and DF. RGB value is (217,157,223). Sum of RGB (Red+Green+Blue) = 217+157+223=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #D99DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D99DDF is #266220. Grayscale: #B6B6B6. Windows color (decimal): -2515489 or 14654937. OLE color: 14654937.
HSL color Cylindrical-coordinate representation of color #D99DDF: hue angle of 294.55º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D99DDF is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 157 | 223 | - |
CMYK | 0.03 | 0.30 | 0 | 0.13 |
HSL | 294.55º | 0.51% | 0.75% | - |
HSV(B) | 294.55º | 0.3% | 0.87% | - |
XYZ | 53.99 | 44.19 | 75.5 | - |
YUV | 182.46 | 150.88 | 152.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 157 | 223 | 0.03 | 0.30 | 0 | 0.13 | 294.55 | 0.51 | 0.75 |
Hex | D9 | 9D | DF | 3 | 1E | 0 | D | 127 | 33 | 4B |
Octal | 331 | 235 | 337 | 3 | 36 | 0 | 15 | 447 | 63 | 113 |
Binary | 11011001 | 10011101 | 11011111 | 11 | 11110 | 0 | 1101 | 100100111 | 110011 | 1001011 |
Color Harmonies of #D99DDF
Complementary color
Monochromatic Colors of #D99DDF
Black with #D99DDF
Text Example
Text Example
White with #D99DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D99DDF; }
p { color: rgb(217,157,223); }
H1.HeaderClassName
{
color: #D99DDF;
}
.AnyTagClassName
{
color: #D99DDF;
}
</style>
background-color css
<style>
a { background-color: #D99DDF; }
a { background-color: rgb(217,157,223); }
div.DivClassName
{
background-color: #D99DDF;
}
.BgClassName
{
background-color: #D99DDF;
}
</style>
border-color css
<style>
span { border-color: #D99DDF; }
span { border-color: rgb(217,157,223); }
td.TdClassName
{
border-color: #D99DDF;
}
.TagClassName
{
border-color: #D99DDF;
}
</style>