#DC88DC

Color #DC88DC Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #DC88DC

Tints of Plum #DC88DC

Color information

#DC88DC (or 0xDC88DC) is unknown color: approx Plum. HEX triplet: DC, 88 and DC. RGB value is (220,136,220). Sum of RGB (Red+Green+Blue) = 220+136+220=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC88DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88DC is #237723. Grayscale: #AAAAAA. Windows color (decimal): -2324260 or 14452956. OLE color: 14452956.

HSL color Cylindrical-coordinate representation of color #DC88DC: hue angle of 300º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC88DC is Cyan = 0, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB220136220-
CMYK00.3800.14
HSL300º54.55%69.8%-
HSV(B)300º38.18%86.27%-
XYZ51.2437.9972.34-
YUV170.69155.83163.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 136 (53.52% from 255) = 23.61%
BLUE value IS 220 (86.33% from 255) = 38.19%
R=38.19%
G=23.61%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013622000.3800.1430054.5569.8
HexDC88DC0260E12c3746
Octal33421033404601645467106
Binary1101110010001000110111000100110011101001011001101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88DC; }

 p { color: rgb(220,136,220); }

 H1.HeaderClassName
 {
   color: #DC88DC;
 }
 .AnyTagClassName
 {
   color: #DC88DC;
 }
</style>
background-color css

<style>
 a { background-color: #DC88DC; }

 a { background-color: rgb(220,136,220); }

 div.DivClassName
 {
   background-color: #DC88DC;
 }
 .BgClassName
 {
   background-color: #DC88DC;
 }
</style>
border-color css

<style>
 span { border-color: #DC88DC; }

 span { border-color: rgb(220,136,220); }

 td.TdClassName
 {
   border-color: #DC88DC;
 }
 .TagClassName
 {
   border-color: #DC88DC;
 }
</style>