Shades of Plum #DBA4D6
Tints of Plum #DBA4D6
RGB
CMYK
RGB Variations
Color information
#DBA4D6 (or 0xDBA4D6) is known color: Plum. HEX triplet: DB, A4 and D6. RGB value is (219,164,214). Sum of RGB (Red+Green+Blue) = 219+164+214=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4D6 is #245B29. Grayscale: #B9B9B9. Windows color (decimal): -2382634 or 14066907. OLE color: 14066907.
HSL color Cylindrical-coordinate representation of color #DBA4D6: hue angle of 305.45º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4D6 is Cyan = 0, Magento = 0.25, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 164 | 214 | - |
CMYK | 0 | 0.25 | 0.02 | 0.14 |
HSL | 305.45º | 0.43% | 0.75% | - |
HSV(B) | 305.45º | 0.25% | 0.86% | - |
XYZ | 54.63 | 46.47 | 69.71 | - |
YUV | 186.15 | 143.72 | 151.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 164 | 214 | 0 | 0.25 | 0.02 | 0.14 | 305.45 | 0.43 | 0.75 |
Hex | DB | A4 | D6 | 0 | 19 | 2 | E | 131 | 2B | 4B |
Octal | 333 | 244 | 326 | 0 | 31 | 2 | 16 | 461 | 53 | 113 |
Binary | 11011011 | 10100100 | 11010110 | 0 | 11001 | 10 | 1110 | 100110001 | 101011 | 1001011 |
Color Harmonies of #DBA4D6
Complementary color
Monochromatic Colors of #DBA4D6
Black with #DBA4D6
Text Example
Text Example
White with #DBA4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA4D6; }
p { color: rgb(219,164,214); }
H1.HeaderClassName
{
color: #DBA4D6;
}
.AnyTagClassName
{
color: #DBA4D6;
}
</style>
background-color css
<style>
a { background-color: #DBA4D6; }
a { background-color: rgb(219,164,214); }
div.DivClassName
{
background-color: #DBA4D6;
}
.BgClassName
{
background-color: #DBA4D6;
}
</style>
border-color css
<style>
span { border-color: #DBA4D6; }
span { border-color: rgb(219,164,214); }
td.TdClassName
{
border-color: #DBA4D6;
}
.TagClassName
{
border-color: #DBA4D6;
}
</style>