Shades of Plum #DBA4EA
Tints of Plum #DBA4EA
RGB
CMYK
RGB Variations
Color information
#DBA4EA (or 0xDBA4EA) is known color: Plum. HEX triplet: DB, A4 and EA. RGB value is (219,164,234). Sum of RGB (Red+Green+Blue) = 219+164+234=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4EA is #245B15. Grayscale: #BCBCBC. Windows color (decimal): -2382614 or 15377627. OLE color: 15377627.
HSL color Cylindrical-coordinate representation of color #DBA4EA: hue angle of 287.14º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA4EA is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 164 | 234 | - |
| CMYK | 0.06 | 0.30 | 0 | 0.08 |
| HSL | 287.14º | 0.63% | 0.78% | - |
| HSV(B) | 287.14º | 0.3% | 0.92% | - |
| XYZ | 57.34 | 47.55 | 84 | - |
| YUV | 188.43 | 153.72 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 164 | 234 | 0.06 | 0.30 | 0 | 0.08 | 287.14 | 0.63 | 0.78 |
| Hex | DB | A4 | EA | 6 | 1E | 0 | 8 | 11F | 3E | 4E |
| Octal | 333 | 244 | 352 | 6 | 36 | 0 | 10 | 437 | 76 | 116 |
| Binary | 11011011 | 10100100 | 11101010 | 110 | 11110 | 0 | 1000 | 100011111 | 111110 | 1001110 |
Color Harmonies of #DBA4EA
Complementary color
Monochromatic Colors of #DBA4EA
Black with #DBA4EA
Text Example
Text Example
White with #DBA4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4EA; }
p { color: rgb(219,164,234); }
H1.HeaderClassName
{
color: #DBA4EA;
}
.AnyTagClassName
{
color: #DBA4EA;
}
</style>
background-color css
<style>
a { background-color: #DBA4EA; }
a { background-color: rgb(219,164,234); }
div.DivClassName
{
background-color: #DBA4EA;
}
.BgClassName
{
background-color: #DBA4EA;
}
</style>
border-color css
<style>
span { border-color: #DBA4EA; }
span { border-color: rgb(219,164,234); }
td.TdClassName
{
border-color: #DBA4EA;
}
.TagClassName
{
border-color: #DBA4EA;
}
</style>