Shades of Plum #DBB0E6
Tints of Plum #DBB0E6
RGB
CMYK
RGB Variations
Color information
#DBB0E6 (or 0xDBB0E6) is known color: Plum. HEX triplet: DB, B0 and E6. RGB value is (219,176,230). Sum of RGB (Red+Green+Blue) = 219+176+230=625 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.04% from 625); Green value is 176 (69.14% from 255 or 28.16% from 625); Blue value is 230 (90.23% from 255 or 36.8% from 625); Max value from RGB is 230 - color contains mainly: blue. Hex color #DBB0E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBB0E6 is #244F19. Grayscale: #C2C2C2. Windows color (decimal): -2379546 or 15118555. OLE color: 15118555.
HSL color Cylindrical-coordinate representation of color #DBB0E6: hue angle of 287.78º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB0E6 is Cyan = 0.05, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 176 | 230 | - |
| CMYK | 0.05 | 0.23 | 0 | 0.10 |
| HSL | 287.78º | 0.52% | 0.8% | - |
| HSV(B) | 287.78º | 0.23% | 0.9% | - |
| XYZ | 59.02 | 51.82 | 81.76 | - |
| YUV | 195.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 230 | 0.05 | 0.23 | 0 | 0.10 | 287.78 | 0.52 | 0.8 |
| Hex | DB | B0 | E6 | 5 | 17 | 0 | A | 120 | 34 | 50 |
| Octal | 333 | 260 | 346 | 5 | 27 | 0 | 12 | 440 | 64 | 120 |
| Binary | 11011011 | 10110000 | 11100110 | 101 | 10111 | 0 | 1010 | 100100000 | 110100 | 1010000 |
Color Harmonies of #DBB0E6
Complementary color
Monochromatic Colors of #DBB0E6
Black with #DBB0E6
Text Example
Text Example
White with #DBB0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB0E6; }
p { color: rgb(219,176,230); }
H1.HeaderClassName
{
color: #DBB0E6;
}
.AnyTagClassName
{
color: #DBB0E6;
}
</style>
background-color css
<style>
a { background-color: #DBB0E6; }
a { background-color: rgb(219,176,230); }
div.DivClassName
{
background-color: #DBB0E6;
}
.BgClassName
{
background-color: #DBB0E6;
}
</style>
border-color css
<style>
span { border-color: #DBB0E6; }
span { border-color: rgb(219,176,230); }
td.TdClassName
{
border-color: #DBB0E6;
}
.TagClassName
{
border-color: #DBB0E6;
}
</style>