Shades of Plum #D399D9
Tints of Plum #D399D9
RGB
CMYK
RGB Variations
Color information
#D399D9 (or 0xD399D9) is known color: Plum. HEX triplet: D3, 99 and D9. RGB value is (211,153,217). Sum of RGB (Red+Green+Blue) = 211+153+217=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #D399D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399D9 is #2C6626. Grayscale: #B1B1B1. Windows color (decimal): -2909735 or 14260691. OLE color: 14260691.
HSL color Cylindrical-coordinate representation of color #D399D9: hue angle of 294.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D399D9 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 211 | 153 | 217 | - |
| CMYK | 0.03 | 0.29 | 0 | 0.15 |
| HSL | 294.38º | 0.46% | 0.73% | - |
| HSV(B) | 294.38º | 0.29% | 0.85% | - |
| XYZ | 50.78 | 41.64 | 71.01 | - |
| YUV | 177.64 | 150.22 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 217 | 0.03 | 0.29 | 0 | 0.15 | 294.38 | 0.46 | 0.73 |
| Hex | D3 | 99 | D9 | 3 | 1D | 0 | F | 126 | 2E | 49 |
| Octal | 323 | 231 | 331 | 3 | 35 | 0 | 17 | 446 | 56 | 111 |
| Binary | 11010011 | 10011001 | 11011001 | 11 | 11101 | 0 | 1111 | 100100110 | 101110 | 1001001 |
Color Harmonies of #D399D9
Complementary color
Monochromatic Colors of #D399D9
Black with #D399D9
Text Example
Text Example
White with #D399D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399D9; }
p { color: rgb(211,153,217); }
H1.HeaderClassName
{
color: #D399D9;
}
.AnyTagClassName
{
color: #D399D9;
}
</style>
background-color css
<style>
a { background-color: #D399D9; }
a { background-color: rgb(211,153,217); }
div.DivClassName
{
background-color: #D399D9;
}
.BgClassName
{
background-color: #D399D9;
}
</style>
border-color css
<style>
span { border-color: #D399D9; }
span { border-color: rgb(211,153,217); }
td.TdClassName
{
border-color: #D399D9;
}
.TagClassName
{
border-color: #D399D9;
}
</style>