#DB8ECC

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

Shades of Plum #DB8ECC

Tints of Plum #DB8ECC

Color information

#DB8ECC (or 0xDB8ECC) is unknown color: approx Plum. HEX triplet: DB, 8E and CC. RGB value is (219,142,204). Sum of RGB (Red+Green+Blue) = 219+142+204=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ECC is #247133. Grayscale: #ABABAB. Windows color (decimal): -2388276 or 13405915. OLE color: 13405915.

HSL color Cylindrical-coordinate representation of color #DB8ECC: hue angle of 311.69º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8ECC is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219142204-
CMYK00.350.070.14
HSL311.69º51.68%70.78%-
HSV(B)311.69º35.16%85.88%-
XYZ49.7938.7761.99-
YUV172.09146.01161.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 142 (55.86% from 255) = 25.13%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=38.76%
G=25.13%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914220400.350.070.14311.6951.6870.78
HexDB8ECC0237E1383447
Octal33321631404371647064107
Binary110110111000111011001100010001111111101001110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8ECC; }

 p { color: rgb(219,142,204); }

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

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

 a { background-color: rgb(219,142,204); }

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

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

 span { border-color: rgb(219,142,204); }

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