Shades of Plum #DAA7DF
Tints of Plum #DAA7DF
RGB
CMYK
RGB Variations
Color information
#DAA7DF (or 0xDAA7DF) is known color: Plum. HEX triplet: DA, A7 and DF. RGB value is (218,167,223). Sum of RGB (Red+Green+Blue) = 218+167+223=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 223 (87.5% from 255 or 36.68% from 608); Max value from RGB is 223 - color contains mainly: blue. Hex color #DAA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7DF is #255820. Grayscale: #BCBCBC. Windows color (decimal): -2447393 or 14657498. OLE color: 14657498.
HSL color Cylindrical-coordinate representation of color #DAA7DF: hue angle of 294.64º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA7DF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 167 | 223 | - |
| CMYK | 0.02 | 0.25 | 0 | 0.13 |
| HSL | 294.64º | 0.47% | 0.76% | - |
| HSV(B) | 294.64º | 0.25% | 0.87% | - |
| XYZ | 56.05 | 47.87 | 76.1 | - |
| YUV | 188.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 223 | 0.02 | 0.25 | 0 | 0.13 | 294.64 | 0.47 | 0.76 |
| Hex | DA | A7 | DF | 2 | 19 | 0 | D | 127 | 2F | 4C |
| Octal | 332 | 247 | 337 | 2 | 31 | 0 | 15 | 447 | 57 | 114 |
| Binary | 11011010 | 10100111 | 11011111 | 10 | 11001 | 0 | 1101 | 100100111 | 101111 | 1001100 |
Color Harmonies of #DAA7DF
Complementary color
Monochromatic Colors of #DAA7DF
Black with #DAA7DF
Text Example
Text Example
White with #DAA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7DF; }
p { color: rgb(218,167,223); }
H1.HeaderClassName
{
color: #DAA7DF;
}
.AnyTagClassName
{
color: #DAA7DF;
}
</style>
background-color css
<style>
a { background-color: #DAA7DF; }
a { background-color: rgb(218,167,223); }
div.DivClassName
{
background-color: #DAA7DF;
}
.BgClassName
{
background-color: #DAA7DF;
}
</style>
border-color css
<style>
span { border-color: #DAA7DF; }
span { border-color: rgb(218,167,223); }
td.TdClassName
{
border-color: #DAA7DF;
}
.TagClassName
{
border-color: #DAA7DF;
}
</style>