Shades of Plum #DA9DDA
Tints of Plum #DA9DDA
RGB
CMYK
RGB Variations
Color information
#DA9DDA (or 0xDA9DDA) is known color: Plum. HEX triplet: DA, 9D and DA. RGB value is (218,157,218). Sum of RGB (Red+Green+Blue) = 218+157+218=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 157 (61.72% from 255 or 26.48% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9DDA is #256225. Grayscale: #B6B6B6. Windows color (decimal): -2449958 or 14327258. OLE color: 14327258.
HSL color Cylindrical-coordinate representation of color #DA9DDA: hue angle of 300º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9DDA is Cyan = 0, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 157 | 218 | - |
CMYK | 0 | 0.28 | 0 | 0.15 |
HSL | 300º | 0.45% | 0.74% | - |
HSV(B) | 300º | 0.28% | 0.85% | - |
XYZ | 53.63 | 44.08 | 72.01 | - |
YUV | 182.19 | 148.21 | 153.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 157 | 218 | 0 | 0.28 | 0 | 0.15 | 300 | 0.45 | 0.74 |
Hex | DA | 9D | DA | 0 | 1C | 0 | F | 12C | 2D | 4A |
Octal | 332 | 235 | 332 | 0 | 34 | 0 | 17 | 454 | 55 | 112 |
Binary | 11011010 | 10011101 | 11011010 | 0 | 11100 | 0 | 1111 | 100101100 | 101101 | 1001010 |
Color Harmonies of #DA9DDA
Complementary color
Monochromatic Colors of #DA9DDA
Black with #DA9DDA
Text Example
Text Example
White with #DA9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9DDA; }
p { color: rgb(218,157,218); }
H1.HeaderClassName
{
color: #DA9DDA;
}
.AnyTagClassName
{
color: #DA9DDA;
}
</style>
background-color css
<style>
a { background-color: #DA9DDA; }
a { background-color: rgb(218,157,218); }
div.DivClassName
{
background-color: #DA9DDA;
}
.BgClassName
{
background-color: #DA9DDA;
}
</style>
border-color css
<style>
span { border-color: #DA9DDA; }
span { border-color: rgb(218,157,218); }
td.TdClassName
{
border-color: #DA9DDA;
}
.TagClassName
{
border-color: #DA9DDA;
}
</style>