#DBA7DB

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

Shades of Plum #DBA7DB

Tints of Plum #DBA7DB

Color information

#DBA7DB (or 0xDBA7DB) is unknown color: approx Plum. HEX triplet: DB, A7 and DB. RGB value is (219,167,219). Sum of RGB (Red+Green+Blue) = 219+167+219=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBA7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DB is #245824. Grayscale: #BCBCBC. Windows color (decimal): -2381861 or 14395355. OLE color: 14395355.

HSL color Cylindrical-coordinate representation of color #DBA7DB: hue angle of 300º degrees, saturation: 0.42, 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 #DBA7DB is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219167219-
CMYK00.2400.14
HSL300º41.94%75.69%-
HSV(B)300º23.74%85.88%-
XYZ55.8247.8173.3-
YUV188.48145.23149.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.20%
GREEN value IS 167 (65.62% from 255) = 27.60%
BLUE value IS 219 (85.94% from 255) = 36.20%
R=36.20%
G=27.60%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916721900.2400.1430041.9475.69
HexDBA7DB0180E12c2a4c
Octal33324733303001645452114
Binary110110111010011111011011011000011101001011001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7DB; }

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

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

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

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

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

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

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

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