Shades of Plum #DA8CCE
Tints of Plum #DA8CCE
RGB
CMYK
RGB Variations
Color information
#DA8CCE (or 0xDA8CCE) is known color: Plum. HEX triplet: DA, 8C and CE. RGB value is (218,140,206). Sum of RGB (Red+Green+Blue) = 218+140+206=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CCE is #257331. Grayscale: #AAAAAA. Windows color (decimal): -2454322 or 13536474. OLE color: 13536474.
HSL color Cylindrical-coordinate representation of color #DA8CCE: hue angle of 309.23º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA8CCE is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 206 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.15 |
| HSL | 309.23º | 0.51% | 0.7% | - |
| HSV(B) | 309.23º | 0.36% | 0.85% | - |
| XYZ | 49.43 | 38.12 | 63.14 | - |
| YUV | 170.85 | 147.84 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 206 | 0 | 0.36 | 0.06 | 0.15 | 309.23 | 0.51 | 0.7 |
| Hex | DA | 8C | CE | 0 | 24 | 6 | F | 135 | 33 | 46 |
| Octal | 332 | 214 | 316 | 0 | 44 | 6 | 17 | 465 | 63 | 106 |
| Binary | 11011010 | 10001100 | 11001110 | 0 | 100100 | 110 | 1111 | 100110101 | 110011 | 1000110 |
Color Harmonies of #DA8CCE
Complementary color
Monochromatic Colors of #DA8CCE
Black with #DA8CCE
Text Example
Text Example
White with #DA8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8CCE; }
p { color: rgb(218,140,206); }
H1.HeaderClassName
{
color: #DA8CCE;
}
.AnyTagClassName
{
color: #DA8CCE;
}
</style>
background-color css
<style>
a { background-color: #DA8CCE; }
a { background-color: rgb(218,140,206); }
div.DivClassName
{
background-color: #DA8CCE;
}
.BgClassName
{
background-color: #DA8CCE;
}
</style>
border-color css
<style>
span { border-color: #DA8CCE; }
span { border-color: rgb(218,140,206); }
td.TdClassName
{
border-color: #DA8CCE;
}
.TagClassName
{
border-color: #DA8CCE;
}
</style>