Shades of Plum #DB9AD2
Tints of Plum #DB9AD2
RGB
CMYK
RGB Variations
Color information
#DB9AD2 (or 0xDB9AD2) is known color: Plum. HEX triplet: DB, 9A and D2. RGB value is (219,154,210). Sum of RGB (Red+Green+Blue) = 219+154+210=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 210 (82.42% from 255 or 36.02% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD2 is #24652D. Grayscale: #B3B3B3. Windows color (decimal): -2385198 or 13802203. OLE color: 13802203.
HSL color Cylindrical-coordinate representation of color #DB9AD2: hue angle of 308.31º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AD2 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 210 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.14 |
| HSL | 308.31º | 0.47% | 0.73% | - |
| HSV(B) | 308.31º | 0.3% | 0.86% | - |
| XYZ | 52.4 | 42.82 | 66.48 | - |
| YUV | 179.82 | 145.03 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 210 | 0 | 0.30 | 0.04 | 0.14 | 308.31 | 0.47 | 0.73 |
| Hex | DB | 9A | D2 | 0 | 1E | 4 | E | 134 | 2F | 49 |
| Octal | 333 | 232 | 322 | 0 | 36 | 4 | 16 | 464 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11010010 | 0 | 11110 | 100 | 1110 | 100110100 | 101111 | 1001001 |
Color Harmonies of #DB9AD2
Complementary color
Monochromatic Colors of #DB9AD2
Black with #DB9AD2
Text Example
Text Example
White with #DB9AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AD2; }
p { color: rgb(219,154,210); }
H1.HeaderClassName
{
color: #DB9AD2;
}
.AnyTagClassName
{
color: #DB9AD2;
}
</style>
background-color css
<style>
a { background-color: #DB9AD2; }
a { background-color: rgb(219,154,210); }
div.DivClassName
{
background-color: #DB9AD2;
}
.BgClassName
{
background-color: #DB9AD2;
}
</style>
border-color css
<style>
span { border-color: #DB9AD2; }
span { border-color: rgb(219,154,210); }
td.TdClassName
{
border-color: #DB9AD2;
}
.TagClassName
{
border-color: #DB9AD2;
}
</style>