Shades of Plum #DBA6D4
Tints of Plum #DBA6D4
RGB
CMYK
RGB Variations
Color information
#DBA6D4 (or 0xDBA6D4) is known color: Plum. HEX triplet: DB, A6 and D4. RGB value is (219,166,212). Sum of RGB (Red+Green+Blue) = 219+166+212=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D4 is #24592B. Grayscale: #BABABA. Windows color (decimal): -2382124 or 13936347. OLE color: 13936347.
HSL color Cylindrical-coordinate representation of color #DBA6D4: hue angle of 307.92º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA6D4 is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 166 | 212 | - |
CMYK | 0 | 0.24 | 0.03 | 0.14 |
HSL | 307.92º | 0.42% | 0.75% | - |
HSV(B) | 307.92º | 0.24% | 0.86% | - |
XYZ | 54.73 | 47.09 | 68.49 | - |
YUV | 187.09 | 142.06 | 150.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 166 | 212 | 0 | 0.24 | 0.03 | 0.14 | 307.92 | 0.42 | 0.75 |
Hex | DB | A6 | D4 | 0 | 18 | 3 | E | 134 | 2A | 4B |
Octal | 333 | 246 | 324 | 0 | 30 | 3 | 16 | 464 | 52 | 113 |
Binary | 11011011 | 10100110 | 11010100 | 0 | 11000 | 11 | 1110 | 100110100 | 101010 | 1001011 |
Color Harmonies of #DBA6D4
Complementary color
Monochromatic Colors of #DBA6D4
Black with #DBA6D4
Text Example
Text Example
White with #DBA6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA6D4; }
p { color: rgb(219,166,212); }
H1.HeaderClassName
{
color: #DBA6D4;
}
.AnyTagClassName
{
color: #DBA6D4;
}
</style>
background-color css
<style>
a { background-color: #DBA6D4; }
a { background-color: rgb(219,166,212); }
div.DivClassName
{
background-color: #DBA6D4;
}
.BgClassName
{
background-color: #DBA6D4;
}
</style>
border-color css
<style>
span { border-color: #DBA6D4; }
span { border-color: rgb(219,166,212); }
td.TdClassName
{
border-color: #DBA6D4;
}
.TagClassName
{
border-color: #DBA6D4;
}
</style>