Shades of Plum #DBAADB
Tints of Plum #DBAADB
RGB
CMYK
RGB Variations
Color information
#DBAADB (or 0xDBAADB) is known color: Plum. HEX triplet: DB, AA and DB. RGB value is (219,170,219). Sum of RGB (Red+Green+Blue) = 219+170+219=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBAADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAADB is #245524. Grayscale: #BEBEBE. Windows color (decimal): -2381093 or 14396123. OLE color: 14396123.
HSL color Cylindrical-coordinate representation of color #DBAADB: hue angle of 300º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBAADB is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 170 | 219 | - |
CMYK | 0 | 0.22 | 0 | 0.14 |
HSL | 300º | 0.4% | 0.76% | - |
HSV(B) | 300º | 0.22% | 0.86% | - |
XYZ | 56.37 | 48.92 | 73.49 | - |
YUV | 190.24 | 144.23 | 148.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 170 | 219 | 0 | 0.22 | 0 | 0.14 | 300 | 0.4 | 0.76 |
Hex | DB | AA | DB | 0 | 16 | 0 | E | 12C | 28 | 4C |
Octal | 333 | 252 | 333 | 0 | 26 | 0 | 16 | 454 | 50 | 114 |
Binary | 11011011 | 10101010 | 11011011 | 0 | 10110 | 0 | 1110 | 100101100 | 101000 | 1001100 |
Color Harmonies of #DBAADB
Complementary color
Monochromatic Colors of #DBAADB
Black with #DBAADB
Text Example
Text Example
White with #DBAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAADB; }
p { color: rgb(219,170,219); }
H1.HeaderClassName
{
color: #DBAADB;
}
.AnyTagClassName
{
color: #DBAADB;
}
</style>
background-color css
<style>
a { background-color: #DBAADB; }
a { background-color: rgb(219,170,219); }
div.DivClassName
{
background-color: #DBAADB;
}
.BgClassName
{
background-color: #DBAADB;
}
</style>
border-color css
<style>
span { border-color: #DBAADB; }
span { border-color: rgb(219,170,219); }
td.TdClassName
{
border-color: #DBAADB;
}
.TagClassName
{
border-color: #DBAADB;
}
</style>