Shades of Plum #DCA8E6
Tints of Plum #DCA8E6
RGB
CMYK
RGB Variations
Color information
#DCA8E6 (or 0xDCA8E6) is known color: Plum. HEX triplet: DC, A8 and E6. RGB value is (220,168,230). Sum of RGB (Red+Green+Blue) = 220+168+230=618 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.60% from 618); Green value is 168 (66.02% from 255 or 27.18% from 618); Blue value is 230 (90.23% from 255 or 37.22% from 618); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCA8E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCA8E6 is #235719. Grayscale: #BEBEBE. Windows color (decimal): -2316058 or 15116508. OLE color: 15116508.
HSL color Cylindrical-coordinate representation of color #DCA8E6: hue angle of 290.32º degrees, saturation: 0.55, 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 #DCA8E6 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 168 | 230 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.10 |
| HSL | 290.32º | 0.55% | 0.78% | - |
| HSV(B) | 290.32º | 0.27% | 0.9% | - |
| XYZ | 57.8 | 48.93 | 81.26 | - |
| YUV | 190.62 | 150.23 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 168 | 230 | 0.04 | 0.27 | 0 | 0.10 | 290.32 | 0.55 | 0.78 |
| Hex | DC | A8 | E6 | 4 | 1B | 0 | A | 122 | 37 | 4E |
| Octal | 334 | 250 | 346 | 4 | 33 | 0 | 12 | 442 | 67 | 116 |
| Binary | 11011100 | 10101000 | 11100110 | 100 | 11011 | 0 | 1010 | 100100010 | 110111 | 1001110 |
Color Harmonies of #DCA8E6
Complementary color
Monochromatic Colors of #DCA8E6
Black with #DCA8E6
Text Example
Text Example
White with #DCA8E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCA8E6; }
p { color: rgb(220,168,230); }
H1.HeaderClassName
{
color: #DCA8E6;
}
.AnyTagClassName
{
color: #DCA8E6;
}
</style>
background-color css
<style>
a { background-color: #DCA8E6; }
a { background-color: rgb(220,168,230); }
div.DivClassName
{
background-color: #DCA8E6;
}
.BgClassName
{
background-color: #DCA8E6;
}
</style>
border-color css
<style>
span { border-color: #DCA8E6; }
span { border-color: rgb(220,168,230); }
td.TdClassName
{
border-color: #DCA8E6;
}
.TagClassName
{
border-color: #DCA8E6;
}
</style>