Shades of Plum #DAA3D3
Tints of Plum #DAA3D3
RGB
CMYK
RGB Variations
Color information
#DAA3D3 (or 0xDAA3D3) is known color: Plum. HEX triplet: DA, A3 and D3. RGB value is (218,163,211). Sum of RGB (Red+Green+Blue) = 218+163+211=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3D3 is #255C2C. Grayscale: #B8B8B8. Windows color (decimal): -2448429 or 13870042. OLE color: 13870042.
HSL color Cylindrical-coordinate representation of color #DAA3D3: hue angle of 307.64º degrees, saturation: 0.43, 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 #DAA3D3 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 163 | 211 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.15 |
| HSL | 307.64º | 0.43% | 0.75% | - |
| HSV(B) | 307.64º | 0.25% | 0.85% | - |
| XYZ | 53.77 | 45.8 | 67.63 | - |
| YUV | 184.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 163 | 211 | 0 | 0.25 | 0.03 | 0.15 | 307.64 | 0.43 | 0.75 |
| Hex | DA | A3 | D3 | 0 | 19 | 3 | F | 134 | 2B | 4B |
| Octal | 332 | 243 | 323 | 0 | 31 | 3 | 17 | 464 | 53 | 113 |
| Binary | 11011010 | 10100011 | 11010011 | 0 | 11001 | 11 | 1111 | 100110100 | 101011 | 1001011 |
Color Harmonies of #DAA3D3
Complementary color
Monochromatic Colors of #DAA3D3
Black with #DAA3D3
Text Example
Text Example
White with #DAA3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA3D3; }
p { color: rgb(218,163,211); }
H1.HeaderClassName
{
color: #DAA3D3;
}
.AnyTagClassName
{
color: #DAA3D3;
}
</style>
background-color css
<style>
a { background-color: #DAA3D3; }
a { background-color: rgb(218,163,211); }
div.DivClassName
{
background-color: #DAA3D3;
}
.BgClassName
{
background-color: #DAA3D3;
}
</style>
border-color css
<style>
span { border-color: #DAA3D3; }
span { border-color: rgb(218,163,211); }
td.TdClassName
{
border-color: #DAA3D3;
}
.TagClassName
{
border-color: #DAA3D3;
}
</style>