#DBA7DF

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

Shades of Plum #DBA7DF

Tints of Plum #DBA7DF

Color information

#DBA7DF (or 0xDBA7DF) is unknown color: approx Plum. HEX triplet: DB, A7 and DF. RGB value is (219,167,223). Sum of RGB (Red+Green+Blue) = 219+167+223=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 167 (65.62% from 255 or 27.42% from 609); Blue value is 223 (87.5% from 255 or 36.62% from 609); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7DF is #245820. Grayscale: #BCBCBC. Windows color (decimal): -2381857 or 14657499. OLE color: 14657499.

HSL color Cylindrical-coordinate representation of color #DBA7DF: hue angle of 295.71º degrees, saturation: 0.47, 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 #DBA7DF is Cyan = 0.02, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219167223-
CMYK0.020.2500.13
HSL295.71º46.67%76.47%-
HSV(B)295.71º25.11%87.45%-
XYZ56.3548.0376.11-
YUV188.93147.23149.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 167 (65.62% from 255) = 27.42%
BLUE value IS 223 (87.5% from 255) = 36.62%
R=35.96%
G=27.42%
B=36.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191672230.020.2500.13295.7146.6776.47
HexDBA7DF2190D1282f4c
Octal33324733723101545057114
Binary1101101110100111110111111011001011011001010001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA7DF; }

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

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

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

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

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

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

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

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