Shades of Plum #DA8CDF
Tints of Plum #DA8CDF
RGB
CMYK
RGB Variations
Color information
#DA8CDF (or 0xDA8CDF) is known color: Plum. HEX triplet: DA, 8C and DF. RGB value is (218,140,223). Sum of RGB (Red+Green+Blue) = 218+140+223=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA8CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDF is #257320. Grayscale: #ACACAC. Windows color (decimal): -2454305 or 14650586. OLE color: 14650586.
HSL color Cylindrical-coordinate representation of color #DA8CDF: hue angle of 296.39º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA8CDF is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 140 | 223 | - |
| CMYK | 0.02 | 0.37 | 0 | 0.13 |
| HSL | 296.39º | 0.56% | 0.71% | - |
| HSV(B) | 296.39º | 0.37% | 0.87% | - |
| XYZ | 51.61 | 38.99 | 74.62 | - |
| YUV | 172.78 | 156.34 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 223 | 0.02 | 0.37 | 0 | 0.13 | 296.39 | 0.56 | 0.71 |
| Hex | DA | 8C | DF | 2 | 25 | 0 | D | 128 | 38 | 47 |
| Octal | 332 | 214 | 337 | 2 | 45 | 0 | 15 | 450 | 70 | 107 |
| Binary | 11011010 | 10001100 | 11011111 | 10 | 100101 | 0 | 1101 | 100101000 | 111000 | 1000111 |
Color Harmonies of #DA8CDF
Complementary color
Monochromatic Colors of #DA8CDF
Black with #DA8CDF
Text Example
Text Example
White with #DA8CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CDF; }
p { color: rgb(218,140,223); }
H1.HeaderClassName
{
color: #DA8CDF;
}
.AnyTagClassName
{
color: #DA8CDF;
}
</style>
background-color css
<style>
a { background-color: #DA8CDF; }
a { background-color: rgb(218,140,223); }
div.DivClassName
{
background-color: #DA8CDF;
}
.BgClassName
{
background-color: #DA8CDF;
}
</style>
border-color css
<style>
span { border-color: #DA8CDF; }
span { border-color: rgb(218,140,223); }
td.TdClassName
{
border-color: #DA8CDF;
}
.TagClassName
{
border-color: #DA8CDF;
}
</style>