Shades of Plum #DA9CD5
Tints of Plum #DA9CD5
RGB
CMYK
RGB Variations
Color information
#DA9CD5 (or 0xDA9CD5) is known color: Plum. HEX triplet: DA, 9C and D5. RGB value is (218,156,213). Sum of RGB (Red+Green+Blue) = 218+156+213=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 213 (83.59% from 255 or 36.29% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9CD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9CD5 is #25632A. Grayscale: #B4B4B4. Windows color (decimal): -2450219 or 13999322. OLE color: 13999322.
HSL color Cylindrical-coordinate representation of color #DA9CD5: hue angle of 304.84º 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 #DA9CD5 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 156 | 213 | - |
CMYK | 0 | 0.28 | 0.02 | 0.15 |
HSL | 304.84º | 0.46% | 0.73% | - |
HSV(B) | 304.84º | 0.28% | 0.85% | - |
XYZ | 52.81 | 43.49 | 68.56 | - |
YUV | 181.04 | 146.04 | 154.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 156 | 213 | 0 | 0.28 | 0.02 | 0.15 | 304.84 | 0.46 | 0.73 |
Hex | DA | 9C | D5 | 0 | 1C | 2 | F | 131 | 2E | 49 |
Octal | 332 | 234 | 325 | 0 | 34 | 2 | 17 | 461 | 56 | 111 |
Binary | 11011010 | 10011100 | 11010101 | 0 | 11100 | 10 | 1111 | 100110001 | 101110 | 1001001 |
Color Harmonies of #DA9CD5
Complementary color
Monochromatic Colors of #DA9CD5
Black with #DA9CD5
Text Example
Text Example
White with #DA9CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CD5; }
p { color: rgb(218,156,213); }
H1.HeaderClassName
{
color: #DA9CD5;
}
.AnyTagClassName
{
color: #DA9CD5;
}
</style>
background-color css
<style>
a { background-color: #DA9CD5; }
a { background-color: rgb(218,156,213); }
div.DivClassName
{
background-color: #DA9CD5;
}
.BgClassName
{
background-color: #DA9CD5;
}
</style>
border-color css
<style>
span { border-color: #DA9CD5; }
span { border-color: rgb(218,156,213); }
td.TdClassName
{
border-color: #DA9CD5;
}
.TagClassName
{
border-color: #DA9CD5;
}
</style>