Shades of Plum #DB99DC
Tints of Plum #DB99DC
RGB
CMYK
RGB Variations
Color information
#DB99DC (or 0xDB99DC) is known color: Plum. HEX triplet: DB, 99 and DC. RGB value is (219,153,220). Sum of RGB (Red+Green+Blue) = 219+153+220=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 220 (86.33% from 255 or 37.16% from 592); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99DC is #246623. Grayscale: #B4B4B4. Windows color (decimal): -2385444 or 14457307. OLE color: 14457307.
HSL color Cylindrical-coordinate representation of color #DB99DC: hue angle of 299.1º degrees, saturation: 0.49, 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 #DB99DC is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 220 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.14 |
| HSL | 299.1º | 0.49% | 0.73% | - |
| HSV(B) | 299.1º | 0.3% | 0.86% | - |
| XYZ | 53.52 | 43.01 | 73.19 | - |
| YUV | 180.37 | 150.37 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 220 | 0.00 | 0.30 | 0 | 0.14 | 299.1 | 0.49 | 0.73 |
| Hex | DB | 99 | DC | 0 | 1E | 0 | E | 12B | 31 | 49 |
| Octal | 333 | 231 | 334 | 0 | 36 | 0 | 16 | 453 | 61 | 111 |
| Binary | 11011011 | 10011001 | 11011100 | 0 | 11110 | 0 | 1110 | 100101011 | 110001 | 1001001 |
Color Harmonies of #DB99DC
Complementary color
Monochromatic Colors of #DB99DC
Black with #DB99DC
Text Example
Text Example
White with #DB99DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99DC; }
p { color: rgb(219,153,220); }
H1.HeaderClassName
{
color: #DB99DC;
}
.AnyTagClassName
{
color: #DB99DC;
}
</style>
background-color css
<style>
a { background-color: #DB99DC; }
a { background-color: rgb(219,153,220); }
div.DivClassName
{
background-color: #DB99DC;
}
.BgClassName
{
background-color: #DB99DC;
}
</style>
border-color css
<style>
span { border-color: #DB99DC; }
span { border-color: rgb(219,153,220); }
td.TdClassName
{
border-color: #DB99DC;
}
.TagClassName
{
border-color: #DB99DC;
}
</style>