Shades of Plum #DA9CEA
Tints of Plum #DA9CEA
RGB
CMYK
RGB Variations
Color information
#DA9CEA (or 0xDA9CEA) is known color: Plum. HEX triplet: DA, 9C and EA. RGB value is (218,156,234). Sum of RGB (Red+Green+Blue) = 218+156+234=608 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.86% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 234 (91.80% from 255 or 38.49% from 608); Max value from RGB is 234 - color contains mainly: blue. Hex color #DA9CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9CEA is #256315. Grayscale: #B7B7B7. Windows color (decimal): -2450198 or 15375578. OLE color: 15375578.
HSL color Cylindrical-coordinate representation of color #DA9CEA: hue angle of 287.69º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9CEA is Cyan = 0.07, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 218 | 156 | 234 | - |
| CMYK | 0.07 | 0.33 | 0 | 0.08 |
| HSL | 287.69º | 0.65% | 0.76% | - |
| HSV(B) | 287.69º | 0.33% | 0.92% | - |
| XYZ | 55.65 | 44.62 | 83.52 | - |
| YUV | 183.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 156 | 234 | 0.07 | 0.33 | 0 | 0.08 | 287.69 | 0.65 | 0.76 |
| Hex | DA | 9C | EA | 7 | 21 | 0 | 8 | 120 | 41 | 4C |
| Octal | 332 | 234 | 352 | 7 | 41 | 0 | 10 | 440 | 101 | 114 |
| Binary | 11011010 | 10011100 | 11101010 | 111 | 100001 | 0 | 1000 | 100100000 | 1000001 | 1001100 |
Color Harmonies of #DA9CEA
Complementary color
Monochromatic Colors of #DA9CEA
Black with #DA9CEA
Text Example
Text Example
White with #DA9CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9CEA; }
p { color: rgb(218,156,234); }
H1.HeaderClassName
{
color: #DA9CEA;
}
.AnyTagClassName
{
color: #DA9CEA;
}
</style>
background-color css
<style>
a { background-color: #DA9CEA; }
a { background-color: rgb(218,156,234); }
div.DivClassName
{
background-color: #DA9CEA;
}
.BgClassName
{
background-color: #DA9CEA;
}
</style>
border-color css
<style>
span { border-color: #DA9CEA; }
span { border-color: rgb(218,156,234); }
td.TdClassName
{
border-color: #DA9CEA;
}
.TagClassName
{
border-color: #DA9CEA;
}
</style>