#DBA7DD

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

Shades of Plum #DBA7DD

Tints of Plum #DBA7DD

Color information

#DBA7DD (or 0xDBA7DD) is unknown color: approx Plum. HEX triplet: DB, A7 and DD. RGB value is (219,167,221). Sum of RGB (Red+Green+Blue) = 219+167+221=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 167 (65.62% from 255 or 27.51% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 221 - color contains mainly: blue. Hex color #DBA7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DD is #245822. Grayscale: #BCBCBC. Windows color (decimal): -2381859 or 14526427. OLE color: 14526427.

HSL color Cylindrical-coordinate representation of color #DBA7DD: hue angle of 297.78º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7DD is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219167221-
CMYK0.010.2400.13
HSL297.78º44.26%76.08%-
HSV(B)297.78º24.43%86.67%-
XYZ56.0847.9274.7-
YUV188.7146.23149.61-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 167 (65.62% from 255) = 27.51%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=36.08%
G=27.51%
B=36.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191672210.010.2400.13297.7844.2676.08
HexDBA7DD1180D12a2c4c
Octal33324733513001545254114
Binary110110111010011111011101111000011011001010101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7DD; }

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

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

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

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

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

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

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

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