Shades of Plum #DB99E0
Tints of Plum #DB99E0
RGB
CMYK
RGB Variations
Color information
#DB99E0 (or 0xDB99E0) is known color: Plum. HEX triplet: DB, 99 and E0. RGB value is (219,153,224). Sum of RGB (Red+Green+Blue) = 219+153+224=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 224 (87.89% from 255 or 37.58% from 596); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB99E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99E0 is #24661F. Grayscale: #B4B4B4. Windows color (decimal): -2385440 or 14719451. OLE color: 14719451.
HSL color Cylindrical-coordinate representation of color #DB99E0: hue angle of 295.77º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB99E0 is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 153 | 224 | - |
| CMYK | 0.02 | 0.32 | 0 | 0.12 |
| HSL | 295.77º | 0.53% | 0.74% | - |
| HSV(B) | 295.77º | 0.32% | 0.88% | - |
| XYZ | 54.06 | 43.22 | 76.01 | - |
| YUV | 180.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 224 | 0.02 | 0.32 | 0 | 0.12 | 295.77 | 0.53 | 0.74 |
| Hex | DB | 99 | E0 | 2 | 20 | 0 | C | 128 | 35 | 4A |
| Octal | 333 | 231 | 340 | 2 | 40 | 0 | 14 | 450 | 65 | 112 |
| Binary | 11011011 | 10011001 | 11100000 | 10 | 100000 | 0 | 1100 | 100101000 | 110101 | 1001010 |
Color Harmonies of #DB99E0
Complementary color
Monochromatic Colors of #DB99E0
Black with #DB99E0
Text Example
Text Example
White with #DB99E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99E0; }
p { color: rgb(219,153,224); }
H1.HeaderClassName
{
color: #DB99E0;
}
.AnyTagClassName
{
color: #DB99E0;
}
</style>
background-color css
<style>
a { background-color: #DB99E0; }
a { background-color: rgb(219,153,224); }
div.DivClassName
{
background-color: #DB99E0;
}
.BgClassName
{
background-color: #DB99E0;
}
</style>
border-color css
<style>
span { border-color: #DB99E0; }
span { border-color: rgb(219,153,224); }
td.TdClassName
{
border-color: #DB99E0;
}
.TagClassName
{
border-color: #DB99E0;
}
</style>