Shades of Plum #D9B0E2
Tints of Plum #D9B0E2
RGB
CMYK
RGB Variations
Color information
#D9B0E2 (or 0xD9B0E2) is known color: Plum. HEX triplet: D9, B0 and E2. RGB value is (217,176,226). Sum of RGB (Red+Green+Blue) = 217+176+226=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 176 (69.14% from 255 or 28.43% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #D9B0E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0E2 is #264F1D. Grayscale: #C1C1C1. Windows color (decimal): -2510622 or 14856409. OLE color: 14856409.
HSL color Cylindrical-coordinate representation of color #D9B0E2: hue angle of 289.2º degrees, saturation: 0.46, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9B0E2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 217 | 176 | 226 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.11 |
| HSL | 289.2º | 0.46% | 0.79% | - |
| HSV(B) | 289.2º | 0.22% | 0.89% | - |
| XYZ | 57.87 | 51.29 | 78.8 | - |
| YUV | 193.96 | 146.08 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 226 | 0.04 | 0.22 | 0 | 0.11 | 289.2 | 0.46 | 0.79 |
| Hex | D9 | B0 | E2 | 4 | 16 | 0 | B | 121 | 2E | 4F |
| Octal | 331 | 260 | 342 | 4 | 26 | 0 | 13 | 441 | 56 | 117 |
| Binary | 11011001 | 10110000 | 11100010 | 100 | 10110 | 0 | 1011 | 100100001 | 101110 | 1001111 |
Color Harmonies of #D9B0E2
Complementary color
Monochromatic Colors of #D9B0E2
Black with #D9B0E2
Text Example
Text Example
White with #D9B0E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0E2; }
p { color: rgb(217,176,226); }
H1.HeaderClassName
{
color: #D9B0E2;
}
.AnyTagClassName
{
color: #D9B0E2;
}
</style>
background-color css
<style>
a { background-color: #D9B0E2; }
a { background-color: rgb(217,176,226); }
div.DivClassName
{
background-color: #D9B0E2;
}
.BgClassName
{
background-color: #D9B0E2;
}
</style>
border-color css
<style>
span { border-color: #D9B0E2; }
span { border-color: rgb(217,176,226); }
td.TdClassName
{
border-color: #D9B0E2;
}
.TagClassName
{
border-color: #D9B0E2;
}
</style>