Shades of Plum #D399DD
Tints of Plum #D399DD
RGB
CMYK
RGB Variations
Color information
#D399DD (or 0xD399DD) is known color: Plum. HEX triplet: D3, 99 and DD. RGB value is (211,153,221). Sum of RGB (Red+Green+Blue) = 211+153+221=585 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.07% from 585); Green value is 153 (60.16% from 255 or 26.15% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #D399DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399DD is #2C6622. Grayscale: #B1B1B1. Windows color (decimal): -2909731 or 14522835. OLE color: 14522835.
HSL color Cylindrical-coordinate representation of color #D399DD: hue angle of 291.18º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D399DD is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 153 | 221 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.13 |
| HSL | 291.18º | 0.5% | 0.73% | - |
| HSV(B) | 291.18º | 0.31% | 0.87% | - |
| XYZ | 51.31 | 41.85 | 73.78 | - |
| YUV | 178.09 | 152.22 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 221 | 0.05 | 0.31 | 0 | 0.13 | 291.18 | 0.5 | 0.73 |
| Hex | D3 | 99 | DD | 5 | 1F | 0 | D | 123 | 32 | 49 |
| Octal | 323 | 231 | 335 | 5 | 37 | 0 | 15 | 443 | 62 | 111 |
| Binary | 11010011 | 10011001 | 11011101 | 101 | 11111 | 0 | 1101 | 100100011 | 110010 | 1001001 |
Color Harmonies of #D399DD
Complementary color
Monochromatic Colors of #D399DD
Black with #D399DD
Text Example
Text Example
White with #D399DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399DD; }
p { color: rgb(211,153,221); }
H1.HeaderClassName
{
color: #D399DD;
}
.AnyTagClassName
{
color: #D399DD;
}
</style>
background-color css
<style>
a { background-color: #D399DD; }
a { background-color: rgb(211,153,221); }
div.DivClassName
{
background-color: #D399DD;
}
.BgClassName
{
background-color: #D399DD;
}
</style>
border-color css
<style>
span { border-color: #D399DD; }
span { border-color: rgb(211,153,221); }
td.TdClassName
{
border-color: #D399DD;
}
.TagClassName
{
border-color: #D399DD;
}
</style>