Shades of Plum #DB99E3
Tints of Plum #DB99E3
RGB
CMYK
RGB Variations
Color information
#DB99E3 (or 0xDB99E3) is known color: Plum. HEX triplet: DB, 99 and E3. RGB value is (219,153,227). Sum of RGB (Red+Green+Blue) = 219+153+227=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #DB99E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99E3 is #24661C. Grayscale: #B4B4B4. Windows color (decimal): -2385437 or 14916059. OLE color: 14916059.
HSL color Cylindrical-coordinate representation of color #DB99E3: hue angle of 293.51º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB99E3 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 153 | 227 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.11 |
| HSL | 293.51º | 0.57% | 0.75% | - |
| HSV(B) | 293.51º | 0.33% | 0.89% | - |
| XYZ | 54.47 | 43.39 | 78.18 | - |
| YUV | 181.17 | 153.87 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 227 | 0.04 | 0.33 | 0 | 0.11 | 293.51 | 0.57 | 0.75 |
| Hex | DB | 99 | E3 | 4 | 21 | 0 | B | 126 | 39 | 4B |
| Octal | 333 | 231 | 343 | 4 | 41 | 0 | 13 | 446 | 71 | 113 |
| Binary | 11011011 | 10011001 | 11100011 | 100 | 100001 | 0 | 1011 | 100100110 | 111001 | 1001011 |
Color Harmonies of #DB99E3
Complementary color
Monochromatic Colors of #DB99E3
Black with #DB99E3
Text Example
Text Example
White with #DB99E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99E3; }
p { color: rgb(219,153,227); }
H1.HeaderClassName
{
color: #DB99E3;
}
.AnyTagClassName
{
color: #DB99E3;
}
</style>
background-color css
<style>
a { background-color: #DB99E3; }
a { background-color: rgb(219,153,227); }
div.DivClassName
{
background-color: #DB99E3;
}
.BgClassName
{
background-color: #DB99E3;
}
</style>
border-color css
<style>
span { border-color: #DB99E3; }
span { border-color: rgb(219,153,227); }
td.TdClassName
{
border-color: #DB99E3;
}
.TagClassName
{
border-color: #DB99E3;
}
</style>