Shades of Plum #DBA7EA
Tints of Plum #DBA7EA
RGB
CMYK
RGB Variations
Color information
#DBA7EA (or 0xDBA7EA) is known color: Plum. HEX triplet: DB, A7 and EA. RGB value is (219,167,234). Sum of RGB (Red+Green+Blue) = 219+167+234=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 234 (91.80% from 255 or 37.74% from 620); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA7EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA7EA is #245815. Grayscale: #BDBDBD. Windows color (decimal): -2381846 or 15378395. OLE color: 15378395.
HSL color Cylindrical-coordinate representation of color #DBA7EA: hue angle of 286.57º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA7EA is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 167 | 234 | - |
| CMYK | 0.06 | 0.29 | 0 | 0.08 |
| HSL | 286.57º | 0.61% | 0.79% | - |
| HSV(B) | 286.57º | 0.29% | 0.92% | - |
| XYZ | 57.88 | 48.64 | 84.18 | - |
| YUV | 190.19 | 152.73 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 234 | 0.06 | 0.29 | 0 | 0.08 | 286.57 | 0.61 | 0.79 |
| Hex | DB | A7 | EA | 6 | 1D | 0 | 8 | 11F | 3D | 4F |
| Octal | 333 | 247 | 352 | 6 | 35 | 0 | 10 | 437 | 75 | 117 |
| Binary | 11011011 | 10100111 | 11101010 | 110 | 11101 | 0 | 1000 | 100011111 | 111101 | 1001111 |
Color Harmonies of #DBA7EA
Complementary color
Monochromatic Colors of #DBA7EA
Black with #DBA7EA
Text Example
Text Example
White with #DBA7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7EA; }
p { color: rgb(219,167,234); }
H1.HeaderClassName
{
color: #DBA7EA;
}
.AnyTagClassName
{
color: #DBA7EA;
}
</style>
background-color css
<style>
a { background-color: #DBA7EA; }
a { background-color: rgb(219,167,234); }
div.DivClassName
{
background-color: #DBA7EA;
}
.BgClassName
{
background-color: #DBA7EA;
}
</style>
border-color css
<style>
span { border-color: #DBA7EA; }
span { border-color: rgb(219,167,234); }
td.TdClassName
{
border-color: #DBA7EA;
}
.TagClassName
{
border-color: #DBA7EA;
}
</style>