Shades of Plum #D9B0E1
Tints of Plum #D9B0E1
RGB
CMYK
RGB Variations
Color information
#D9B0E1 (or 0xD9B0E1) is known color: Plum. HEX triplet: D9, B0 and E1. RGB value is (217,176,225). Sum of RGB (Red+Green+Blue) = 217+176+225=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 225 (88.28% from 255 or 36.41% from 618); Max value from RGB is 225 - color contains mainly: blue. Hex color #D9B0E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0E1 is #264F1E. Grayscale: #C1C1C1. Windows color (decimal): -2510623 or 14790873. OLE color: 14790873.
HSL color Cylindrical-coordinate representation of color #D9B0E1: hue angle of 290.2º degrees, saturation: 0.45, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B0E1 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 217 | 176 | 225 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.12 |
| HSL | 290.2º | 0.45% | 0.79% | - |
| HSV(B) | 290.2º | 0.22% | 0.88% | - |
| XYZ | 57.73 | 51.24 | 78.08 | - |
| YUV | 193.85 | 145.58 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 225 | 0.04 | 0.22 | 0 | 0.12 | 290.2 | 0.45 | 0.79 |
| Hex | D9 | B0 | E1 | 4 | 16 | 0 | C | 122 | 2D | 4F |
| Octal | 331 | 260 | 341 | 4 | 26 | 0 | 14 | 442 | 55 | 117 |
| Binary | 11011001 | 10110000 | 11100001 | 100 | 10110 | 0 | 1100 | 100100010 | 101101 | 1001111 |
Color Harmonies of #D9B0E1
Complementary color
Monochromatic Colors of #D9B0E1
Black with #D9B0E1
Text Example
Text Example
White with #D9B0E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0E1; }
p { color: rgb(217,176,225); }
H1.HeaderClassName
{
color: #D9B0E1;
}
.AnyTagClassName
{
color: #D9B0E1;
}
</style>
background-color css
<style>
a { background-color: #D9B0E1; }
a { background-color: rgb(217,176,225); }
div.DivClassName
{
background-color: #D9B0E1;
}
.BgClassName
{
background-color: #D9B0E1;
}
</style>
border-color css
<style>
span { border-color: #D9B0E1; }
span { border-color: rgb(217,176,225); }
td.TdClassName
{
border-color: #D9B0E1;
}
.TagClassName
{
border-color: #D9B0E1;
}
</style>