#DC88DB

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

Shades of Plum #DC88DB

Tints of Plum #DC88DB

Color information

#DC88DB (or 0xDC88DB) is unknown color: approx Plum. HEX triplet: DC, 88 and DB. RGB value is (220,136,219). Sum of RGB (Red+Green+Blue) = 220+136+219=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 136 (53.52% from 255 or 23.65% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC88DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC88DB is #237724. Grayscale: #AAAAAA. Windows color (decimal): -2324261 or 14387420. OLE color: 14387420.

HSL color Cylindrical-coordinate representation of color #DC88DB: hue angle of 300.71º 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 #DC88DB is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220136219-
CMYK00.380.000.14
HSL300.71º54.55%69.8%-
HSV(B)300.71º38.18%86.27%-
XYZ51.1137.9471.65-
YUV170.58155.33163.25-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.26%
GREEN value IS 136 (53.52% from 255) = 23.65%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=38.26%
G=23.65%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013621900.380.000.14300.7154.5569.8
HexDC88DB0260E12d3746
Octal33421033304601645567106
Binary1101110010001000110110110100110011101001011011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC88DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC88DB; }

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

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

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

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

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

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

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

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