#DB8BDC

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

Shades of Plum #DB8BDC

Tints of Plum #DB8BDC

Color information

#DB8BDC (or 0xDB8BDC) is unknown color: approx Plum. HEX triplet: DB, 8B and DC. RGB value is (219,139,220). Sum of RGB (Red+Green+Blue) = 219+139+220=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB8BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BDC is #247423. Grayscale: #ABABAB. Windows color (decimal): -2389028 or 14453723. OLE color: 14453723.

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

Color convert

RGB219139220-
CMYK0.000.3700.14
HSL299.26º53.64%70.39%-
HSV(B)299.26º36.82%86.27%-
XYZ51.3638.6972.47-
YUV172.15155161.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.89%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 220 (86.33% from 255) = 38.06%
R=37.89%
G=24.05%
B=38.06%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191392200.000.3700.14299.2653.6470.39
HexDB8BDC0250E12b3646
Octal33321333404501645366106
Binary1101101110001011110111000100101011101001010111101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB8BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB8BDC; }

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

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

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

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

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

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

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

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