Shades of Plum #DB99E2
Tints of Plum #DB99E2
RGB
CMYK
RGB Variations
Color information
#DB99E2 (or 0xDB99E2) is known color: Plum. HEX triplet: DB, 99 and E2. RGB value is (219,153,226). Sum of RGB (Red+Green+Blue) = 219+153+226=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 226 (88.67% from 255 or 37.79% from 598); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB99E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99E2 is #24661D. Grayscale: #B4B4B4. Windows color (decimal): -2385438 or 14850523. OLE color: 14850523.
HSL color Cylindrical-coordinate representation of color #DB99E2: hue angle of 294.25º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB99E2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 153 | 226 | - |
| CMYK | 0.03 | 0.32 | 0 | 0.11 |
| HSL | 294.25º | 0.56% | 0.74% | - |
| HSV(B) | 294.25º | 0.32% | 0.89% | - |
| XYZ | 54.33 | 43.33 | 77.45 | - |
| YUV | 181.06 | 153.37 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 226 | 0.03 | 0.32 | 0 | 0.11 | 294.25 | 0.56 | 0.74 |
| Hex | DB | 99 | E2 | 3 | 20 | 0 | B | 126 | 38 | 4A |
| Octal | 333 | 231 | 342 | 3 | 40 | 0 | 13 | 446 | 70 | 112 |
| Binary | 11011011 | 10011001 | 11100010 | 11 | 100000 | 0 | 1011 | 100100110 | 111000 | 1001010 |
Color Harmonies of #DB99E2
Complementary color
Monochromatic Colors of #DB99E2
Black with #DB99E2
Text Example
Text Example
White with #DB99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB99E2; }
p { color: rgb(219,153,226); }
H1.HeaderClassName
{
color: #DB99E2;
}
.AnyTagClassName
{
color: #DB99E2;
}
</style>
background-color css
<style>
a { background-color: #DB99E2; }
a { background-color: rgb(219,153,226); }
div.DivClassName
{
background-color: #DB99E2;
}
.BgClassName
{
background-color: #DB99E2;
}
</style>
border-color css
<style>
span { border-color: #DB99E2; }
span { border-color: rgb(219,153,226); }
td.TdClassName
{
border-color: #DB99E2;
}
.TagClassName
{
border-color: #DB99E2;
}
</style>