Shades of Plum #DA9CCC
Tints of Plum #DA9CCC
RGB
CMYK
RGB Variations
Color information
#DA9CCC (or 0xDA9CCC) is known color: Plum. HEX triplet: DA, 9C and CC. RGB value is (218,156,204). Sum of RGB (Red+Green+Blue) = 218+156+204=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CCC is #256333. Grayscale: #B3B3B3. Windows color (decimal): -2450228 or 13409498. OLE color: 13409498.
HSL color Cylindrical-coordinate representation of color #DA9CCC: hue angle of 313.55º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9CCC is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 204 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 313.55º | 0.46% | 0.73% | - |
| HSV(B) | 313.55º | 0.28% | 0.85% | - |
| XYZ | 51.7 | 43.04 | 62.71 | - |
| YUV | 180.01 | 141.54 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 204 | 0 | 0.28 | 0.06 | 0.15 | 313.55 | 0.46 | 0.73 |
| Hex | DA | 9C | CC | 0 | 1C | 6 | F | 13A | 2E | 49 |
| Octal | 332 | 234 | 314 | 0 | 34 | 6 | 17 | 472 | 56 | 111 |
| Binary | 11011010 | 10011100 | 11001100 | 0 | 11100 | 110 | 1111 | 100111010 | 101110 | 1001001 |
Color Harmonies of #DA9CCC
Complementary color
Monochromatic Colors of #DA9CCC
Black with #DA9CCC
Text Example
Text Example
White with #DA9CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CCC; }
p { color: rgb(218,156,204); }
H1.HeaderClassName
{
color: #DA9CCC;
}
.AnyTagClassName
{
color: #DA9CCC;
}
</style>
background-color css
<style>
a { background-color: #DA9CCC; }
a { background-color: rgb(218,156,204); }
div.DivClassName
{
background-color: #DA9CCC;
}
.BgClassName
{
background-color: #DA9CCC;
}
</style>
border-color css
<style>
span { border-color: #DA9CCC; }
span { border-color: rgb(218,156,204); }
td.TdClassName
{
border-color: #DA9CCC;
}
.TagClassName
{
border-color: #DA9CCC;
}
</style>