Shades of Plum #DBA2EA
Tints of Plum #DBA2EA
RGB
CMYK
RGB Variations
Color information
#DBA2EA (or 0xDBA2EA) is known color: Plum. HEX triplet: DB, A2 and EA. RGB value is (219,162,234). Sum of RGB (Red+Green+Blue) = 219+162+234=615 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.61% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 234 (91.80% from 255 or 38.05% from 615); Max value from RGB is 234 - color contains mainly: blue. Hex color #DBA2EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2EA is #245D15. Grayscale: #BBBBBB. Windows color (decimal): -2383126 or 15377115. OLE color: 15377115.
HSL color Cylindrical-coordinate representation of color #DBA2EA: hue angle of 287.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DBA2EA is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 219 | 162 | 234 | - |
| CMYK | 0.06 | 0.31 | 0 | 0.08 |
| HSL | 287.5º | 0.63% | 0.78% | - |
| HSV(B) | 287.5º | 0.31% | 0.92% | - |
| XYZ | 56.99 | 46.84 | 83.88 | - |
| YUV | 187.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 162 | 234 | 0.06 | 0.31 | 0 | 0.08 | 287.5 | 0.63 | 0.78 |
| Hex | DB | A2 | EA | 6 | 1F | 0 | 8 | 120 | 3F | 4E |
| Octal | 333 | 242 | 352 | 6 | 37 | 0 | 10 | 440 | 77 | 116 |
| Binary | 11011011 | 10100010 | 11101010 | 110 | 11111 | 0 | 1000 | 100100000 | 111111 | 1001110 |
Color Harmonies of #DBA2EA
Complementary color
Monochromatic Colors of #DBA2EA
Black with #DBA2EA
Text Example
Text Example
White with #DBA2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA2EA; }
p { color: rgb(219,162,234); }
H1.HeaderClassName
{
color: #DBA2EA;
}
.AnyTagClassName
{
color: #DBA2EA;
}
</style>
background-color css
<style>
a { background-color: #DBA2EA; }
a { background-color: rgb(219,162,234); }
div.DivClassName
{
background-color: #DBA2EA;
}
.BgClassName
{
background-color: #DBA2EA;
}
</style>
border-color css
<style>
span { border-color: #DBA2EA; }
span { border-color: rgb(219,162,234); }
td.TdClassName
{
border-color: #DBA2EA;
}
.TagClassName
{
border-color: #DBA2EA;
}
</style>