Shades of Plum #D395DB
Tints of Plum #D395DB
RGB
CMYK
RGB Variations
Color information
#D395DB (or 0xD395DB) is known color: Plum. HEX triplet: D3, 95 and DB. RGB value is (211,149,219). Sum of RGB (Red+Green+Blue) = 211+149+219=579 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.44% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #D395DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395DB is #2C6A24. Grayscale: #AFAFAF. Windows color (decimal): -2910757 or 14390739. OLE color: 14390739.
HSL color Cylindrical-coordinate representation of color #D395DB: hue angle of 293.14º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D395DB is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 211 | 149 | 219 | - |
| CMYK | 0.04 | 0.32 | 0 | 0.14 |
| HSL | 293.14º | 0.49% | 0.72% | - |
| HSV(B) | 293.14º | 0.32% | 0.86% | - |
| XYZ | 50.4 | 40.46 | 72.17 | - |
| YUV | 175.52 | 152.54 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 219 | 0.04 | 0.32 | 0 | 0.14 | 293.14 | 0.49 | 0.72 |
| Hex | D3 | 95 | DB | 4 | 20 | 0 | E | 125 | 31 | 48 |
| Octal | 323 | 225 | 333 | 4 | 40 | 0 | 16 | 445 | 61 | 110 |
| Binary | 11010011 | 10010101 | 11011011 | 100 | 100000 | 0 | 1110 | 100100101 | 110001 | 1001000 |
Color Harmonies of #D395DB
Complementary color
Monochromatic Colors of #D395DB
Black with #D395DB
Text Example
Text Example
White with #D395DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D395DB; }
p { color: rgb(211,149,219); }
H1.HeaderClassName
{
color: #D395DB;
}
.AnyTagClassName
{
color: #D395DB;
}
</style>
background-color css
<style>
a { background-color: #D395DB; }
a { background-color: rgb(211,149,219); }
div.DivClassName
{
background-color: #D395DB;
}
.BgClassName
{
background-color: #D395DB;
}
</style>
border-color css
<style>
span { border-color: #D395DB; }
span { border-color: rgb(211,149,219); }
td.TdClassName
{
border-color: #D395DB;
}
.TagClassName
{
border-color: #D395DB;
}
</style>