Shades of Plum #DC8ADF
Tints of Plum #DC8ADF
RGB
CMYK
RGB Variations
Color information
#DC8ADF (or 0xDC8ADF) is known color: Plum. HEX triplet: DC, 8A and DF. RGB value is (220,138,223). Sum of RGB (Red+Green+Blue) = 220+138+223=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 138 (54.30% from 255 or 23.75% 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 #DC8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ADF is #237520. Grayscale: #ABABAB. Windows color (decimal): -2323745 or 14650076. OLE color: 14650076.
HSL color Cylindrical-coordinate representation of color #DC8ADF: hue angle of 297.88º degrees, saturation: 0.57, 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 #DC8ADF is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 138 | 223 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.13 |
| HSL | 297.88º | 0.57% | 0.71% | - |
| HSV(B) | 297.88º | 0.38% | 0.87% | - |
| XYZ | 51.92 | 38.72 | 74.55 | - |
| YUV | 172.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 138 | 223 | 0.01 | 0.38 | 0 | 0.13 | 297.88 | 0.57 | 0.71 |
| Hex | DC | 8A | DF | 1 | 26 | 0 | D | 12A | 39 | 47 |
| Octal | 334 | 212 | 337 | 1 | 46 | 0 | 15 | 452 | 71 | 107 |
| Binary | 11011100 | 10001010 | 11011111 | 1 | 100110 | 0 | 1101 | 100101010 | 111001 | 1000111 |
Color Harmonies of #DC8ADF
Complementary color
Monochromatic Colors of #DC8ADF
Black with #DC8ADF
Text Example
Text Example
White with #DC8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8ADF; }
p { color: rgb(220,138,223); }
H1.HeaderClassName
{
color: #DC8ADF;
}
.AnyTagClassName
{
color: #DC8ADF;
}
</style>
background-color css
<style>
a { background-color: #DC8ADF; }
a { background-color: rgb(220,138,223); }
div.DivClassName
{
background-color: #DC8ADF;
}
.BgClassName
{
background-color: #DC8ADF;
}
</style>
border-color css
<style>
span { border-color: #DC8ADF; }
span { border-color: rgb(220,138,223); }
td.TdClassName
{
border-color: #DC8ADF;
}
.TagClassName
{
border-color: #DC8ADF;
}
</style>