Shades of Plum #DAAFDB
Tints of Plum #DAAFDB
RGB
CMYK
RGB Variations
Color information
#DAAFDB (or 0xDAAFDB) is known color: Plum. HEX triplet: DA, AF and DB. RGB value is (218,175,219). Sum of RGB (Red+Green+Blue) = 218+175+219=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 175 (68.75% from 255 or 28.59% from 612); Blue value is 219 (85.94% from 255 or 35.78% from 612); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAAFDB is #255024. Grayscale: #C0C0C0. Windows color (decimal): -2445349 or 14397402. OLE color: 14397402.
HSL color Cylindrical-coordinate representation of color #DAAFDB: hue angle of 298.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAAFDB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 175 | 219 | - |
CMYK | 0.00 | 0.20 | 0 | 0.14 |
HSL | 298.64º | 0.38% | 0.77% | - |
HSV(B) | 298.64º | 0.2% | 0.86% | - |
XYZ | 57.03 | 50.68 | 73.79 | - |
YUV | 192.87 | 142.75 | 145.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 175 | 219 | 0.00 | 0.20 | 0 | 0.14 | 298.64 | 0.38 | 0.77 |
Hex | DA | AF | DB | 0 | 14 | 0 | E | 12B | 26 | 4D |
Octal | 332 | 257 | 333 | 0 | 24 | 0 | 16 | 453 | 46 | 115 |
Binary | 11011010 | 10101111 | 11011011 | 0 | 10100 | 0 | 1110 | 100101011 | 100110 | 1001101 |
Color Harmonies of #DAAFDB
Complementary color
Monochromatic Colors of #DAAFDB
Black with #DAAFDB
Text Example
Text Example
White with #DAAFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAFDB; }
p { color: rgb(218,175,219); }
H1.HeaderClassName
{
color: #DAAFDB;
}
.AnyTagClassName
{
color: #DAAFDB;
}
</style>
background-color css
<style>
a { background-color: #DAAFDB; }
a { background-color: rgb(218,175,219); }
div.DivClassName
{
background-color: #DAAFDB;
}
.BgClassName
{
background-color: #DAAFDB;
}
</style>
border-color css
<style>
span { border-color: #DAAFDB; }
span { border-color: rgb(218,175,219); }
td.TdClassName
{
border-color: #DAAFDB;
}
.TagClassName
{
border-color: #DAAFDB;
}
</style>