#DB8DCC

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

Shades of Plum #DB8DCC

Tints of Plum #DB8DCC

Color information

#DB8DCC (or 0xDB8DCC) is unknown color: approx Plum. HEX triplet: DB, 8D and CC. RGB value is (219,141,204). Sum of RGB (Red+Green+Blue) = 219+141+204=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DCC is #247233. Grayscale: #ABABAB. Windows color (decimal): -2388532 or 13405659. OLE color: 13405659.

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

Color convert

RGB219141204-
CMYK00.360.070.14
HSL311.54º52%70.59%-
HSV(B)311.54º35.62%85.88%-
XYZ49.6438.4761.94-
YUV171.5146.34161.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 141 (55.47% from 255) = 25%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=38.83%
G=25%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21914120400.360.070.14311.545270.59
HexDB8DCC0247E1383447
Octal33321531404471647064107
Binary110110111000110111001100010010011111101001110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DCC; }

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

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

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

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

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

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

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

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