Shades of Plum #DA9FDC
Tints of Plum #DA9FDC
RGB
CMYK
RGB Variations
Color information
#DA9FDC (or 0xDA9FDC) is known color: Plum. HEX triplet: DA, 9F and DC. RGB value is (218,159,220). Sum of RGB (Red+Green+Blue) = 218+159+220=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 159 (62.5% from 255 or 26.63% from 597); Blue value is 220 (86.33% from 255 or 36.85% from 597); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA9FDC is #256023. Grayscale: #B7B7B7. Windows color (decimal): -2449444 or 14458842. OLE color: 14458842.
HSL color Cylindrical-coordinate representation of color #DA9FDC: hue angle of 298.03º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DA9FDC is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 159 | 220 | - |
| CMYK | 0.01 | 0.28 | 0 | 0.14 |
| HSL | 298.03º | 0.47% | 0.74% | - |
| HSV(B) | 298.03º | 0.28% | 0.86% | - |
| XYZ | 54.23 | 44.87 | 73.51 | - |
| YUV | 183.6 | 148.55 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 159 | 220 | 0.01 | 0.28 | 0 | 0.14 | 298.03 | 0.47 | 0.74 |
| Hex | DA | 9F | DC | 1 | 1C | 0 | E | 12A | 2F | 4A |
| Octal | 332 | 237 | 334 | 1 | 34 | 0 | 16 | 452 | 57 | 112 |
| Binary | 11011010 | 10011111 | 11011100 | 1 | 11100 | 0 | 1110 | 100101010 | 101111 | 1001010 |
Color Harmonies of #DA9FDC
Complementary color
Monochromatic Colors of #DA9FDC
Black with #DA9FDC
Text Example
Text Example
White with #DA9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9FDC; }
p { color: rgb(218,159,220); }
H1.HeaderClassName
{
color: #DA9FDC;
}
.AnyTagClassName
{
color: #DA9FDC;
}
</style>
background-color css
<style>
a { background-color: #DA9FDC; }
a { background-color: rgb(218,159,220); }
div.DivClassName
{
background-color: #DA9FDC;
}
.BgClassName
{
background-color: #DA9FDC;
}
</style>
border-color css
<style>
span { border-color: #DA9FDC; }
span { border-color: rgb(218,159,220); }
td.TdClassName
{
border-color: #DA9FDC;
}
.TagClassName
{
border-color: #DA9FDC;
}
</style>