#DBA7DE

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

Shades of Plum #DBA7DE

Tints of Plum #DBA7DE

Color information

#DBA7DE (or 0xDBA7DE) is unknown color: approx Plum. HEX triplet: DB, A7 and DE. RGB value is (219,167,222). Sum of RGB (Red+Green+Blue) = 219+167+222=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 167 (65.62% from 255 or 27.47% from 608); Blue value is 222 (87.11% from 255 or 36.51% from 608); Max value from RGB is 222 - color contains mainly: blue. Hex color #DBA7DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DE is #245821. Grayscale: #BCBCBC. Windows color (decimal): -2381858 or 14591963. OLE color: 14591963.

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

Color convert

RGB219167222-
CMYK0.010.2500.13
HSL296.73º45.45%76.27%-
HSV(B)296.73º24.77%87.06%-
XYZ56.2247.9775.4-
YUV188.82146.73149.53-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.02%
GREEN value IS 167 (65.62% from 255) = 27.47%
BLUE value IS 222 (87.11% from 255) = 36.51%
R=36.02%
G=27.47%
B=36.51%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191672220.010.2500.13296.7345.4576.27
HexDBA7DE1190D1292d4c
Octal33324733613101545155114
Binary110110111010011111011110111001011011001010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7DE; }

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

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

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

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

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

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

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

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