Shades of Plum #DA8BDC
Tints of Plum #DA8BDC
RGB
CMYK
RGB Variations
Color information
#DA8BDC (or 0xDA8BDC) is known color: Plum. HEX triplet: DA, 8B and DC. RGB value is (218,139,220). Sum of RGB (Red+Green+Blue) = 218+139+220=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8BDC is #257423. Grayscale: #ABABAB. Windows color (decimal): -2454564 or 14453722. OLE color: 14453722.
HSL color Cylindrical-coordinate representation of color #DA8BDC: hue angle of 298.52º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8BDC is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 139 | 220 | - |
| CMYK | 0.01 | 0.37 | 0 | 0.14 |
| HSL | 298.52º | 0.54% | 0.7% | - |
| HSV(B) | 298.52º | 0.37% | 0.86% | - |
| XYZ | 51.06 | 38.54 | 72.46 | - |
| YUV | 171.86 | 155.17 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 139 | 220 | 0.01 | 0.37 | 0 | 0.14 | 298.52 | 0.54 | 0.7 |
| Hex | DA | 8B | DC | 1 | 25 | 0 | E | 12B | 36 | 46 |
| Octal | 332 | 213 | 334 | 1 | 45 | 0 | 16 | 453 | 66 | 106 |
| Binary | 11011010 | 10001011 | 11011100 | 1 | 100101 | 0 | 1110 | 100101011 | 110110 | 1000110 |
Color Harmonies of #DA8BDC
Complementary color
Monochromatic Colors of #DA8BDC
Black with #DA8BDC
Text Example
Text Example
White with #DA8BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8BDC; }
p { color: rgb(218,139,220); }
H1.HeaderClassName
{
color: #DA8BDC;
}
.AnyTagClassName
{
color: #DA8BDC;
}
</style>
background-color css
<style>
a { background-color: #DA8BDC; }
a { background-color: rgb(218,139,220); }
div.DivClassName
{
background-color: #DA8BDC;
}
.BgClassName
{
background-color: #DA8BDC;
}
</style>
border-color css
<style>
span { border-color: #DA8BDC; }
span { border-color: rgb(218,139,220); }
td.TdClassName
{
border-color: #DA8BDC;
}
.TagClassName
{
border-color: #DA8BDC;
}
</style>