Shades of Plum #DCA8E5
Tints of Plum #DCA8E5
RGB
CMYK
RGB Variations
Color information
#DCA8E5 (or 0xDCA8E5) is known color: Plum. HEX triplet: DC, A8 and E5. RGB value is (220,168,229). Sum of RGB (Red+Green+Blue) = 220+168+229=617 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.66% from 617); Green value is 168 (66.02% from 255 or 27.23% from 617); Blue value is 229 (89.84% from 255 or 37.12% from 617); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCA8E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCA8E5 is #23571A. Grayscale: #BEBEBE. Windows color (decimal): -2316059 or 15050972. OLE color: 15050972.
HSL color Cylindrical-coordinate representation of color #DCA8E5: hue angle of 291.15º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCA8E5 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 168 | 229 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.10 |
| HSL | 291.15º | 0.54% | 0.78% | - |
| HSV(B) | 291.15º | 0.27% | 0.9% | - |
| XYZ | 57.66 | 48.88 | 80.52 | - |
| YUV | 190.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 229 | 0.04 | 0.27 | 0 | 0.10 | 291.15 | 0.54 | 0.78 |
| Hex | DC | A8 | E5 | 4 | 1B | 0 | A | 123 | 36 | 4E |
| Octal | 334 | 250 | 345 | 4 | 33 | 0 | 12 | 443 | 66 | 116 |
| Binary | 11011100 | 10101000 | 11100101 | 100 | 11011 | 0 | 1010 | 100100011 | 110110 | 1001110 |
Color Harmonies of #DCA8E5
Complementary color
Monochromatic Colors of #DCA8E5
Black with #DCA8E5
Text Example
Text Example
White with #DCA8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8E5; }
p { color: rgb(220,168,229); }
H1.HeaderClassName
{
color: #DCA8E5;
}
.AnyTagClassName
{
color: #DCA8E5;
}
</style>
background-color css
<style>
a { background-color: #DCA8E5; }
a { background-color: rgb(220,168,229); }
div.DivClassName
{
background-color: #DCA8E5;
}
.BgClassName
{
background-color: #DCA8E5;
}
</style>
border-color css
<style>
span { border-color: #DCA8E5; }
span { border-color: rgb(220,168,229); }
td.TdClassName
{
border-color: #DCA8E5;
}
.TagClassName
{
border-color: #DCA8E5;
}
</style>