Shades of Plum #DBA3DD
Tints of Plum #DBA3DD
RGB
CMYK
RGB Variations
Color information
#DBA3DD (or 0xDBA3DD) is known color: Plum. HEX triplet: DB, A3 and DD. RGB value is (219,163,221). Sum of RGB (Red+Green+Blue) = 219+163+221=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 163 (64.06% from 255 or 27.03% from 603); Blue value is 221 (86.72% from 255 or 36.65% from 603); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA3DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3DD is #245C22. Grayscale: #BABABA. Windows color (decimal): -2382883 or 14525403. OLE color: 14525403.
HSL color Cylindrical-coordinate representation of color #DBA3DD: hue angle of 297.93º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA3DD is Cyan = 0.01, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 163 | 221 | - |
CMYK | 0.01 | 0.26 | 0 | 0.13 |
HSL | 297.93º | 0.46% | 0.75% | - |
HSV(B) | 297.93º | 0.26% | 0.87% | - |
XYZ | 55.36 | 46.47 | 74.46 | - |
YUV | 186.36 | 147.55 | 151.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 163 | 221 | 0.01 | 0.26 | 0 | 0.13 | 297.93 | 0.46 | 0.75 |
Hex | DB | A3 | DD | 1 | 1A | 0 | D | 12A | 2E | 4B |
Octal | 333 | 243 | 335 | 1 | 32 | 0 | 15 | 452 | 56 | 113 |
Binary | 11011011 | 10100011 | 11011101 | 1 | 11010 | 0 | 1101 | 100101010 | 101110 | 1001011 |
Color Harmonies of #DBA3DD
Complementary color
Monochromatic Colors of #DBA3DD
Black with #DBA3DD
Text Example
Text Example
White with #DBA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA3DD; }
p { color: rgb(219,163,221); }
H1.HeaderClassName
{
color: #DBA3DD;
}
.AnyTagClassName
{
color: #DBA3DD;
}
</style>
background-color css
<style>
a { background-color: #DBA3DD; }
a { background-color: rgb(219,163,221); }
div.DivClassName
{
background-color: #DBA3DD;
}
.BgClassName
{
background-color: #DBA3DD;
}
</style>
border-color css
<style>
span { border-color: #DBA3DD; }
span { border-color: rgb(219,163,221); }
td.TdClassName
{
border-color: #DBA3DD;
}
.TagClassName
{
border-color: #DBA3DD;
}
</style>