Shades of Plum #DBA4E7
Tints of Plum #DBA4E7
RGB
CMYK
RGB Variations
Color information
#DBA4E7 (or 0xDBA4E7) is known color: Plum. HEX triplet: DB, A4 and E7. RGB value is (219,164,231). Sum of RGB (Red+Green+Blue) = 219+164+231=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 164 (64.45% from 255 or 26.71% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA4E7 is #245B18. Grayscale: #BBBBBB. Windows color (decimal): -2382617 or 15181019. OLE color: 15181019.
HSL color Cylindrical-coordinate representation of color #DBA4E7: hue angle of 289.25º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DBA4E7 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 219 | 164 | 231 | - |
CMYK | 0.05 | 0.29 | 0 | 0.09 |
HSL | 289.25º | 0.58% | 0.77% | - |
HSV(B) | 289.25º | 0.29% | 0.91% | - |
XYZ | 56.91 | 47.38 | 81.75 | - |
YUV | 188.08 | 152.22 | 150.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 164 | 231 | 0.05 | 0.29 | 0 | 0.09 | 289.25 | 0.58 | 0.77 |
Hex | DB | A4 | E7 | 5 | 1D | 0 | 9 | 121 | 3A | 4D |
Octal | 333 | 244 | 347 | 5 | 35 | 0 | 11 | 441 | 72 | 115 |
Binary | 11011011 | 10100100 | 11100111 | 101 | 11101 | 0 | 1001 | 100100001 | 111010 | 1001101 |
Color Harmonies of #DBA4E7
Complementary color
Monochromatic Colors of #DBA4E7
Black with #DBA4E7
Text Example
Text Example
White with #DBA4E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4E7; }
p { color: rgb(219,164,231); }
H1.HeaderClassName
{
color: #DBA4E7;
}
.AnyTagClassName
{
color: #DBA4E7;
}
</style>
background-color css
<style>
a { background-color: #DBA4E7; }
a { background-color: rgb(219,164,231); }
div.DivClassName
{
background-color: #DBA4E7;
}
.BgClassName
{
background-color: #DBA4E7;
}
</style>
border-color css
<style>
span { border-color: #DBA4E7; }
span { border-color: rgb(219,164,231); }
td.TdClassName
{
border-color: #DBA4E7;
}
.TagClassName
{
border-color: #DBA4E7;
}
</style>