Shades of Plum #DC88DF
Tints of Plum #DC88DF
RGB
CMYK
RGB Variations
Color information
#DC88DF (or 0xDC88DF) is known color: Plum. HEX triplet: DC, 88 and DF. RGB value is (220,136,223). Sum of RGB (Red+Green+Blue) = 220+136+223=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 223 (87.5% from 255 or 38.51% from 579); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC88DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88DF is #237720. Grayscale: #AAAAAA. Windows color (decimal): -2324257 or 14649564. OLE color: 14649564.
HSL color Cylindrical-coordinate representation of color #DC88DF: hue angle of 297.93º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC88DF is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 136 | 223 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.13 |
| HSL | 297.93º | 0.58% | 0.7% | - |
| HSV(B) | 297.93º | 0.39% | 0.87% | - |
| XYZ | 51.64 | 38.15 | 74.45 | - |
| YUV | 171.03 | 157.33 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 136 | 223 | 0.01 | 0.39 | 0 | 0.13 | 297.93 | 0.58 | 0.7 |
| Hex | DC | 88 | DF | 1 | 27 | 0 | D | 12A | 3A | 46 |
| Octal | 334 | 210 | 337 | 1 | 47 | 0 | 15 | 452 | 72 | 106 |
| Binary | 11011100 | 10001000 | 11011111 | 1 | 100111 | 0 | 1101 | 100101010 | 111010 | 1000110 |
Color Harmonies of #DC88DF
Complementary color
Monochromatic Colors of #DC88DF
Black with #DC88DF
Text Example
Text Example
White with #DC88DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC88DF; }
p { color: rgb(220,136,223); }
H1.HeaderClassName
{
color: #DC88DF;
}
.AnyTagClassName
{
color: #DC88DF;
}
</style>
background-color css
<style>
a { background-color: #DC88DF; }
a { background-color: rgb(220,136,223); }
div.DivClassName
{
background-color: #DC88DF;
}
.BgClassName
{
background-color: #DC88DF;
}
</style>
border-color css
<style>
span { border-color: #DC88DF; }
span { border-color: rgb(220,136,223); }
td.TdClassName
{
border-color: #DC88DF;
}
.TagClassName
{
border-color: #DC88DF;
}
</style>