#DBA7DC

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

Shades of Plum #DBA7DC

Tints of Plum #DBA7DC

Color information

#DBA7DC (or 0xDBA7DC) is unknown color: approx Plum. HEX triplet: DB, A7 and DC. RGB value is (219,167,220). Sum of RGB (Red+Green+Blue) = 219+167+220=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 167 (65.62% from 255 or 27.56% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DC is #245823. Grayscale: #BCBCBC. Windows color (decimal): -2381860 or 14460891. OLE color: 14460891.

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

Color convert

RGB219167220-
CMYK0.000.2400.14
HSL298.87º43.09%75.88%-
HSV(B)298.87º24.09%86.27%-
XYZ55.9547.8674-
YUV188.59145.73149.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.14%
GREEN value IS 167 (65.62% from 255) = 27.56%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=36.14%
G=27.56%
B=36.30%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191672200.000.2400.14298.8743.0975.88
HexDBA7DC0180E12b2b4c
Octal33324733403001645353114
Binary110110111010011111011100011000011101001010111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7DC; }

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

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

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

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

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

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

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

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