Shades of Plum #DC8ADE
Tints of Plum #DC8ADE
RGB
CMYK
RGB Variations
Color information
#DC8ADE (or 0xDC8ADE) is known color: Plum. HEX triplet: DC, 8A and DE. RGB value is (220,138,222). Sum of RGB (Red+Green+Blue) = 220+138+222=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ADE is #237521. Grayscale: #ABABAB. Windows color (decimal): -2323746 or 14584540. OLE color: 14584540.
HSL color Cylindrical-coordinate representation of color #DC8ADE: hue angle of 298.57º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8ADE is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 138 | 222 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.13 |
| HSL | 298.57º | 0.56% | 0.71% | - |
| HSV(B) | 298.57º | 0.38% | 0.87% | - |
| XYZ | 51.79 | 38.67 | 73.84 | - |
| YUV | 172.09 | 156.17 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 222 | 0.01 | 0.38 | 0 | 0.13 | 298.57 | 0.56 | 0.71 |
| Hex | DC | 8A | DE | 1 | 26 | 0 | D | 12B | 38 | 47 |
| Octal | 334 | 212 | 336 | 1 | 46 | 0 | 15 | 453 | 70 | 107 |
| Binary | 11011100 | 10001010 | 11011110 | 1 | 100110 | 0 | 1101 | 100101011 | 111000 | 1000111 |
Color Harmonies of #DC8ADE
Complementary color
Monochromatic Colors of #DC8ADE
Black with #DC8ADE
Text Example
Text Example
White with #DC8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ADE; }
p { color: rgb(220,138,222); }
H1.HeaderClassName
{
color: #DC8ADE;
}
.AnyTagClassName
{
color: #DC8ADE;
}
</style>
background-color css
<style>
a { background-color: #DC8ADE; }
a { background-color: rgb(220,138,222); }
div.DivClassName
{
background-color: #DC8ADE;
}
.BgClassName
{
background-color: #DC8ADE;
}
</style>
border-color css
<style>
span { border-color: #DC8ADE; }
span { border-color: rgb(220,138,222); }
td.TdClassName
{
border-color: #DC8ADE;
}
.TagClassName
{
border-color: #DC8ADE;
}
</style>