Shades of Plum #DB99E6
Tints of Plum #DB99E6
RGB
CMYK
RGB Variations
Color information
#DB99E6 (or 0xDB99E6) is known color: Plum. HEX triplet: DB, 99 and E6. RGB value is (219,153,230). Sum of RGB (Red+Green+Blue) = 219+153+230=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 153 (60.16% from 255 or 25.42% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB99E6 is #246619. Grayscale: #B5B5B5. Windows color (decimal): -2385434 or 15112667. OLE color: 15112667.
HSL color Cylindrical-coordinate representation of color #DB99E6: hue angle of 291.43º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB99E6 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 219 | 153 | 230 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.10 |
| HSL | 291.43º | 0.61% | 0.75% | - |
| HSV(B) | 291.43º | 0.33% | 0.9% | - |
| XYZ | 54.89 | 43.56 | 80.38 | - |
| YUV | 181.51 | 155.37 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 230 | 0.05 | 0.33 | 0 | 0.10 | 291.43 | 0.61 | 0.75 |
| Hex | DB | 99 | E6 | 5 | 21 | 0 | A | 123 | 3D | 4B |
| Octal | 333 | 231 | 346 | 5 | 41 | 0 | 12 | 443 | 75 | 113 |
| Binary | 11011011 | 10011001 | 11100110 | 101 | 100001 | 0 | 1010 | 100100011 | 111101 | 1001011 |
Color Harmonies of #DB99E6
Complementary color
Monochromatic Colors of #DB99E6
Black with #DB99E6
Text Example
Text Example
White with #DB99E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99E6; }
p { color: rgb(219,153,230); }
H1.HeaderClassName
{
color: #DB99E6;
}
.AnyTagClassName
{
color: #DB99E6;
}
</style>
background-color css
<style>
a { background-color: #DB99E6; }
a { background-color: rgb(219,153,230); }
div.DivClassName
{
background-color: #DB99E6;
}
.BgClassName
{
background-color: #DB99E6;
}
</style>
border-color css
<style>
span { border-color: #DB99E6; }
span { border-color: rgb(219,153,230); }
td.TdClassName
{
border-color: #DB99E6;
}
.TagClassName
{
border-color: #DB99E6;
}
</style>