#DB8DCB

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

Shades of Plum #DB8DCB

Tints of Plum #DB8DCB

Color information

#DB8DCB (or 0xDB8DCB) is unknown color: approx Plum. HEX triplet: DB, 8D and CB. RGB value is (219,141,203). Sum of RGB (Red+Green+Blue) = 219+141+203=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DCB is #247234. Grayscale: #ABABAB. Windows color (decimal): -2388533 or 13340123. OLE color: 13340123.

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

Color convert

RGB219141203-
CMYK00.360.070.14
HSL312.31º52%70.59%-
HSV(B)312.31º35.62%85.88%-
XYZ49.5238.4261.31-
YUV171.39145.84161.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.90%
GREEN value IS 141 (55.47% from 255) = 25.04%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=38.90%
G=25.04%
B=36.06%

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
Decimal21914120300.360.070.14312.315270.59
HexDB8DCB0247E1383447
Octal33321531304471647064107
Binary110110111000110111001011010010011111101001110001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8DCB; }

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

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

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

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

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

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

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

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