Shades of Plum #DA9FD8
Tints of Plum #DA9FD8
RGB
CMYK
RGB Variations
Color information
#DA9FD8 (or 0xDA9FD8) is known color: Plum. HEX triplet: DA, 9F and D8. RGB value is (218,159,216). Sum of RGB (Red+Green+Blue) = 218+159+216=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 159 (62.5% from 255 or 26.81% from 593); Blue value is 216 (84.77% from 255 or 36.42% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FD8 is #256027. Grayscale: #B6B6B6. Windows color (decimal): -2449448 or 14196698. OLE color: 14196698.
HSL color Cylindrical-coordinate representation of color #DA9FD8: hue angle of 302.03º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DA9FD8 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 159 | 216 | - |
CMYK | 0 | 0.27 | 0.01 | 0.15 |
HSL | 302.03º | 0.44% | 0.74% | - |
HSV(B) | 302.03º | 0.27% | 0.85% | - |
XYZ | 53.71 | 44.66 | 70.76 | - |
YUV | 183.14 | 146.55 | 152.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 159 | 216 | 0 | 0.27 | 0.01 | 0.15 | 302.03 | 0.44 | 0.74 |
Hex | DA | 9F | D8 | 0 | 1B | 1 | F | 12E | 2C | 4A |
Octal | 332 | 237 | 330 | 0 | 33 | 1 | 17 | 456 | 54 | 112 |
Binary | 11011010 | 10011111 | 11011000 | 0 | 11011 | 1 | 1111 | 100101110 | 101100 | 1001010 |
Color Harmonies of #DA9FD8
Complementary color
Monochromatic Colors of #DA9FD8
Black with #DA9FD8
Text Example
Text Example
White with #DA9FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FD8; }
p { color: rgb(218,159,216); }
H1.HeaderClassName
{
color: #DA9FD8;
}
.AnyTagClassName
{
color: #DA9FD8;
}
</style>
background-color css
<style>
a { background-color: #DA9FD8; }
a { background-color: rgb(218,159,216); }
div.DivClassName
{
background-color: #DA9FD8;
}
.BgClassName
{
background-color: #DA9FD8;
}
</style>
border-color css
<style>
span { border-color: #DA9FD8; }
span { border-color: rgb(218,159,216); }
td.TdClassName
{
border-color: #DA9FD8;
}
.TagClassName
{
border-color: #DA9FD8;
}
</style>