Shades of Plum #D399D6
Tints of Plum #D399D6
RGB
CMYK
RGB Variations
Color information
#D399D6 (or 0xD399D6) is known color: Plum. HEX triplet: D3, 99 and D6. RGB value is (211,153,214). Sum of RGB (Red+Green+Blue) = 211+153+214=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 214 (83.98% from 255 or 37.02% from 578); Max value from RGB is 214 - color contains mainly: blue. Hex color #D399D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399D6 is #2C6629. Grayscale: #B1B1B1. Windows color (decimal): -2909738 or 14064083. OLE color: 14064083.
HSL color Cylindrical-coordinate representation of color #D399D6: hue angle of 297.05º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D399D6 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 211 | 153 | 214 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.16 |
| HSL | 297.05º | 0.43% | 0.72% | - |
| HSV(B) | 297.05º | 0.29% | 0.84% | - |
| XYZ | 50.39 | 41.49 | 68.97 | - |
| YUV | 177.3 | 148.72 | 152.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 214 | 0.01 | 0.29 | 0 | 0.16 | 297.05 | 0.43 | 0.72 |
| Hex | D3 | 99 | D6 | 1 | 1D | 0 | 10 | 129 | 2B | 48 |
| Octal | 323 | 231 | 326 | 1 | 35 | 0 | 20 | 451 | 53 | 110 |
| Binary | 11010011 | 10011001 | 11010110 | 1 | 11101 | 0 | 10000 | 100101001 | 101011 | 1001000 |
Color Harmonies of #D399D6
Complementary color
Monochromatic Colors of #D399D6
Black with #D399D6
Text Example
Text Example
White with #D399D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399D6; }
p { color: rgb(211,153,214); }
H1.HeaderClassName
{
color: #D399D6;
}
.AnyTagClassName
{
color: #D399D6;
}
</style>
background-color css
<style>
a { background-color: #D399D6; }
a { background-color: rgb(211,153,214); }
div.DivClassName
{
background-color: #D399D6;
}
.BgClassName
{
background-color: #D399D6;
}
</style>
border-color css
<style>
span { border-color: #D399D6; }
span { border-color: rgb(211,153,214); }
td.TdClassName
{
border-color: #D399D6;
}
.TagClassName
{
border-color: #D399D6;
}
</style>