Shades of Plum #DAB0DF
Tints of Plum #DAB0DF
RGB
CMYK
RGB Variations
Color information
#DAB0DF (or 0xDAB0DF) is known color: Plum. HEX triplet: DA, B0 and DF. RGB value is (218,176,223). Sum of RGB (Red+Green+Blue) = 218+176+223=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 223 (87.5% from 255 or 36.14% from 617); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAB0DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0DF is #254F20. Grayscale: #C1C1C1. Windows color (decimal): -2445089 or 14659802. OLE color: 14659802.
HSL color Cylindrical-coordinate representation of color #DAB0DF: hue angle of 293.62º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAB0DF is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 176 | 223 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.13 |
| HSL | 293.62º | 0.42% | 0.78% | - |
| HSV(B) | 293.62º | 0.21% | 0.87% | - |
| XYZ | 57.76 | 51.28 | 76.67 | - |
| YUV | 193.92 | 144.41 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 223 | 0.02 | 0.21 | 0 | 0.13 | 293.62 | 0.42 | 0.78 |
| Hex | DA | B0 | DF | 2 | 15 | 0 | D | 126 | 2A | 4E |
| Octal | 332 | 260 | 337 | 2 | 25 | 0 | 15 | 446 | 52 | 116 |
| Binary | 11011010 | 10110000 | 11011111 | 10 | 10101 | 0 | 1101 | 100100110 | 101010 | 1001110 |
Color Harmonies of #DAB0DF
Complementary color
Monochromatic Colors of #DAB0DF
Black with #DAB0DF
Text Example
Text Example
White with #DAB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0DF; }
p { color: rgb(218,176,223); }
H1.HeaderClassName
{
color: #DAB0DF;
}
.AnyTagClassName
{
color: #DAB0DF;
}
</style>
background-color css
<style>
a { background-color: #DAB0DF; }
a { background-color: rgb(218,176,223); }
div.DivClassName
{
background-color: #DAB0DF;
}
.BgClassName
{
background-color: #DAB0DF;
}
</style>
border-color css
<style>
span { border-color: #DAB0DF; }
span { border-color: rgb(218,176,223); }
td.TdClassName
{
border-color: #DAB0DF;
}
.TagClassName
{
border-color: #DAB0DF;
}
</style>