Shades of Plum #DA9ACC
Tints of Plum #DA9ACC
RGB
CMYK
RGB Variations
Color information
#DA9ACC (or 0xDA9ACC) is known color: Plum. HEX triplet: DA, 9A and CC. RGB value is (218,154,204). Sum of RGB (Red+Green+Blue) = 218+154+204=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 204 (80.08% from 255 or 35.42% from 576); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9ACC is #256533. Grayscale: #B2B2B2. Windows color (decimal): -2450740 or 13408986. OLE color: 13408986.
HSL color Cylindrical-coordinate representation of color #DA9ACC: hue angle of 313.12º 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 #DA9ACC is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 154 | 204 | - |
| CMYK | 0 | 0.29 | 0.06 | 0.15 |
| HSL | 313.13º | 0.46% | 0.73% | - |
| HSV(B) | 313.13º | 0.29% | 0.85% | - |
| XYZ | 51.37 | 42.38 | 62.6 | - |
| YUV | 178.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 154 | 204 | 0 | 0.29 | 0.06 | 0.15 | 313.13 | 0.46 | 0.73 |
| Hex | DA | 9A | CC | 0 | 1D | 6 | F | 139 | 2E | 49 |
| Octal | 332 | 232 | 314 | 0 | 35 | 6 | 17 | 471 | 56 | 111 |
| Binary | 11011010 | 10011010 | 11001100 | 0 | 11101 | 110 | 1111 | 100111001 | 101110 | 1001001 |
Color Harmonies of #DA9ACC
Complementary color
Monochromatic Colors of #DA9ACC
Black with #DA9ACC
Text Example
Text Example
White with #DA9ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9ACC; }
p { color: rgb(218,154,204); }
H1.HeaderClassName
{
color: #DA9ACC;
}
.AnyTagClassName
{
color: #DA9ACC;
}
</style>
background-color css
<style>
a { background-color: #DA9ACC; }
a { background-color: rgb(218,154,204); }
div.DivClassName
{
background-color: #DA9ACC;
}
.BgClassName
{
background-color: #DA9ACC;
}
</style>
border-color css
<style>
span { border-color: #DA9ACC; }
span { border-color: rgb(218,154,204); }
td.TdClassName
{
border-color: #DA9ACC;
}
.TagClassName
{
border-color: #DA9ACC;
}
</style>