Shades of Plum #DA9CCD
Tints of Plum #DA9CCD
RGB
CMYK
RGB Variations
Color information
#DA9CCD (or 0xDA9CCD) is known color: Plum. HEX triplet: DA, 9C and CD. RGB value is (218,156,205). Sum of RGB (Red+Green+Blue) = 218+156+205=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 156 (61.33% from 255 or 26.94% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CCD is #256332. Grayscale: #B3B3B3. Windows color (decimal): -2450227 or 13475034. OLE color: 13475034.
HSL color Cylindrical-coordinate representation of color #DA9CCD: hue angle of 312.58º 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 #DA9CCD is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 156 | 205 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.15 |
| HSL | 312.58º | 0.46% | 0.73% | - |
| HSV(B) | 312.58º | 0.28% | 0.85% | - |
| XYZ | 51.82 | 43.09 | 63.34 | - |
| YUV | 180.12 | 142.04 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 205 | 0 | 0.28 | 0.06 | 0.15 | 312.58 | 0.46 | 0.73 |
| Hex | DA | 9C | CD | 0 | 1C | 6 | F | 139 | 2E | 49 |
| Octal | 332 | 234 | 315 | 0 | 34 | 6 | 17 | 471 | 56 | 111 |
| Binary | 11011010 | 10011100 | 11001101 | 0 | 11100 | 110 | 1111 | 100111001 | 101110 | 1001001 |
Color Harmonies of #DA9CCD
Complementary color
Monochromatic Colors of #DA9CCD
Black with #DA9CCD
Text Example
Text Example
White with #DA9CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CCD; }
p { color: rgb(218,156,205); }
H1.HeaderClassName
{
color: #DA9CCD;
}
.AnyTagClassName
{
color: #DA9CCD;
}
</style>
background-color css
<style>
a { background-color: #DA9CCD; }
a { background-color: rgb(218,156,205); }
div.DivClassName
{
background-color: #DA9CCD;
}
.BgClassName
{
background-color: #DA9CCD;
}
</style>
border-color css
<style>
span { border-color: #DA9CCD; }
span { border-color: rgb(218,156,205); }
td.TdClassName
{
border-color: #DA9CCD;
}
.TagClassName
{
border-color: #DA9CCD;
}
</style>