Shades of Plum #D396DD
Tints of Plum #D396DD
RGB
CMYK
RGB Variations
Color information
#D396DD (or 0xD396DD) is known color: Plum. HEX triplet: D3, 96 and DD. RGB value is (211,150,221). Sum of RGB (Red+Green+Blue) = 211+150+221=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D396DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D396DD is #2C6922. Grayscale: #B0B0B0. Windows color (decimal): -2910499 or 14522067. OLE color: 14522067.
HSL color Cylindrical-coordinate representation of color #D396DD: hue angle of 291.55º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D396DD is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 150 | 221 | - |
| CMYK | 0.05 | 0.32 | 0 | 0.13 |
| HSL | 291.55º | 0.51% | 0.73% | - |
| HSV(B) | 291.55º | 0.32% | 0.87% | - |
| XYZ | 50.82 | 40.88 | 73.62 | - |
| YUV | 176.33 | 153.21 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 150 | 221 | 0.05 | 0.32 | 0 | 0.13 | 291.55 | 0.51 | 0.73 |
| Hex | D3 | 96 | DD | 5 | 20 | 0 | D | 124 | 33 | 49 |
| Octal | 323 | 226 | 335 | 5 | 40 | 0 | 15 | 444 | 63 | 111 |
| Binary | 11010011 | 10010110 | 11011101 | 101 | 100000 | 0 | 1101 | 100100100 | 110011 | 1001001 |
Color Harmonies of #D396DD
Complementary color
Monochromatic Colors of #D396DD
Black with #D396DD
Text Example
Text Example
White with #D396DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D396DD; }
p { color: rgb(211,150,221); }
H1.HeaderClassName
{
color: #D396DD;
}
.AnyTagClassName
{
color: #D396DD;
}
</style>
background-color css
<style>
a { background-color: #D396DD; }
a { background-color: rgb(211,150,221); }
div.DivClassName
{
background-color: #D396DD;
}
.BgClassName
{
background-color: #D396DD;
}
</style>
border-color css
<style>
span { border-color: #D396DD; }
span { border-color: rgb(211,150,221); }
td.TdClassName
{
border-color: #D396DD;
}
.TagClassName
{
border-color: #D396DD;
}
</style>