#DBACDB

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

Shades of Plum #DBACDB

Tints of Plum #DBACDB

Color information

#DBACDB (or 0xDBACDB) is unknown color: approx Plum. HEX triplet: DB, AC and DB. RGB value is (219,172,219). Sum of RGB (Red+Green+Blue) = 219+172+219=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: red, blue. Hex color #DBACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACDB is #245324. Grayscale: #BFBFBF. Windows color (decimal): -2380581 or 14396635. OLE color: 14396635.

HSL color Cylindrical-coordinate representation of color #DBACDB: hue angle of 300º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBACDB is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219172219-
CMYK00.2100.14
HSL300º39.5%76.67%-
HSV(B)300º21.46%85.88%-
XYZ56.7549.6873.62-
YUV191.41143.57147.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 172 (67.58% from 255) = 28.20%
BLUE value IS 219 (85.94% from 255) = 35.90%
R=35.90%
G=28.20%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917221900.2100.1430039.576.67
HexDBACDB0150E12c274d
Octal33325433302501645447115
Binary110110111010110011011011010101011101001011001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBACDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBACDB; }

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

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

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

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

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

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

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

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