Shades of Plum #DAA4D3
Tints of Plum #DAA4D3
RGB
CMYK
RGB Variations
Color information
#DAA4D3 (or 0xDAA4D3) is known color: Plum. HEX triplet: DA, A4 and D3. RGB value is (218,164,211). Sum of RGB (Red+Green+Blue) = 218+164+211=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 164 (64.45% from 255 or 27.66% from 593); Blue value is 211 (82.81% from 255 or 35.58% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA4D3 is #255B2C. Grayscale: #B9B9B9. Windows color (decimal): -2448173 or 13870298. OLE color: 13870298.
HSL color Cylindrical-coordinate representation of color #DAA4D3: hue angle of 307.78º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAA4D3 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 164 | 211 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.15 |
| HSL | 307.78º | 0.42% | 0.75% | - |
| HSV(B) | 307.78º | 0.25% | 0.85% | - |
| XYZ | 53.95 | 46.16 | 67.69 | - |
| YUV | 185.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 164 | 211 | 0 | 0.25 | 0.03 | 0.15 | 307.78 | 0.42 | 0.75 |
| Hex | DA | A4 | D3 | 0 | 19 | 3 | F | 134 | 2A | 4B |
| Octal | 332 | 244 | 323 | 0 | 31 | 3 | 17 | 464 | 52 | 113 |
| Binary | 11011010 | 10100100 | 11010011 | 0 | 11001 | 11 | 1111 | 100110100 | 101010 | 1001011 |
Color Harmonies of #DAA4D3
Complementary color
Monochromatic Colors of #DAA4D3
Black with #DAA4D3
Text Example
Text Example
White with #DAA4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA4D3; }
p { color: rgb(218,164,211); }
H1.HeaderClassName
{
color: #DAA4D3;
}
.AnyTagClassName
{
color: #DAA4D3;
}
</style>
background-color css
<style>
a { background-color: #DAA4D3; }
a { background-color: rgb(218,164,211); }
div.DivClassName
{
background-color: #DAA4D3;
}
.BgClassName
{
background-color: #DAA4D3;
}
</style>
border-color css
<style>
span { border-color: #DAA4D3; }
span { border-color: rgb(218,164,211); }
td.TdClassName
{
border-color: #DAA4D3;
}
.TagClassName
{
border-color: #DAA4D3;
}
</style>