Shades of Plum #DA9ACE
Tints of Plum #DA9ACE
RGB
CMYK
RGB Variations
Color information
#DA9ACE (or 0xDA9ACE) is known color: Plum. HEX triplet: DA, 9A and CE. RGB value is (218,154,206). Sum of RGB (Red+Green+Blue) = 218+154+206=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 154 (60.55% from 255 or 26.64% from 578); Blue value is 206 (80.86% from 255 or 35.64% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACE is #256531. Grayscale: #B2B2B2. Windows color (decimal): -2450738 or 13540058. OLE color: 13540058.
HSL color Cylindrical-coordinate representation of color #DA9ACE: hue angle of 311.25º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DA9ACE is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 206 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.15 |
| HSL | 311.25º | 0.46% | 0.73% | - |
| HSV(B) | 311.25º | 0.29% | 0.85% | - |
| XYZ | 51.61 | 42.47 | 63.87 | - |
| YUV | 179.06 | 143.2 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 206 | 0 | 0.29 | 0.06 | 0.15 | 311.25 | 0.46 | 0.73 |
| Hex | DA | 9A | CE | 0 | 1D | 6 | F | 137 | 2E | 49 |
| Octal | 332 | 232 | 316 | 0 | 35 | 6 | 17 | 467 | 56 | 111 |
| Binary | 11011010 | 10011010 | 11001110 | 0 | 11101 | 110 | 1111 | 100110111 | 101110 | 1001001 |
Color Harmonies of #DA9ACE
Complementary color
Monochromatic Colors of #DA9ACE
Black with #DA9ACE
Text Example
Text Example
White with #DA9ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ACE; }
p { color: rgb(218,154,206); }
H1.HeaderClassName
{
color: #DA9ACE;
}
.AnyTagClassName
{
color: #DA9ACE;
}
</style>
background-color css
<style>
a { background-color: #DA9ACE; }
a { background-color: rgb(218,154,206); }
div.DivClassName
{
background-color: #DA9ACE;
}
.BgClassName
{
background-color: #DA9ACE;
}
</style>
border-color css
<style>
span { border-color: #DA9ACE; }
span { border-color: rgb(218,154,206); }
td.TdClassName
{
border-color: #DA9ACE;
}
.TagClassName
{
border-color: #DA9ACE;
}
</style>