Shades of Plum #DA9FD7
Tints of Plum #DA9FD7
RGB
CMYK
RGB Variations
Color information
#DA9FD7 (or 0xDA9FD7) is known color: Plum. HEX triplet: DA, 9F and D7. RGB value is (218,159,215). Sum of RGB (Red+Green+Blue) = 218+159+215=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 159 (62.5% from 255 or 26.86% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FD7 is #256028. Grayscale: #B6B6B6. Windows color (decimal): -2449449 or 14131162. OLE color: 14131162.
HSL color Cylindrical-coordinate representation of color #DA9FD7: hue angle of 303.05º 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 #DA9FD7 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 159 | 215 | - |
CMYK | 0 | 0.27 | 0.01 | 0.15 |
HSL | 303.05º | 0.44% | 0.74% | - |
HSV(B) | 303.05º | 0.27% | 0.85% | - |
XYZ | 53.58 | 44.61 | 70.08 | - |
YUV | 183.03 | 146.05 | 152.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 159 | 215 | 0 | 0.27 | 0.01 | 0.15 | 303.05 | 0.44 | 0.74 |
Hex | DA | 9F | D7 | 0 | 1B | 1 | F | 12F | 2C | 4A |
Octal | 332 | 237 | 327 | 0 | 33 | 1 | 17 | 457 | 54 | 112 |
Binary | 11011010 | 10011111 | 11010111 | 0 | 11011 | 1 | 1111 | 100101111 | 101100 | 1001010 |
Color Harmonies of #DA9FD7
Complementary color
Monochromatic Colors of #DA9FD7
Black with #DA9FD7
Text Example
Text Example
White with #DA9FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FD7; }
p { color: rgb(218,159,215); }
H1.HeaderClassName
{
color: #DA9FD7;
}
.AnyTagClassName
{
color: #DA9FD7;
}
</style>
background-color css
<style>
a { background-color: #DA9FD7; }
a { background-color: rgb(218,159,215); }
div.DivClassName
{
background-color: #DA9FD7;
}
.BgClassName
{
background-color: #DA9FD7;
}
</style>
border-color css
<style>
span { border-color: #DA9FD7; }
span { border-color: rgb(218,159,215); }
td.TdClassName
{
border-color: #DA9FD7;
}
.TagClassName
{
border-color: #DA9FD7;
}
</style>