#DBA1DF

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

Shades of Plum #DBA1DF

Tints of Plum #DBA1DF

Color information

#DBA1DF (or 0xDBA1DF) is unknown color: approx Plum. HEX triplet: DB, A1 and DF. RGB value is (219,161,223). Sum of RGB (Red+Green+Blue) = 219+161+223=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 161 (63.28% from 255 or 26.70% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #DBA1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1DF is #245E20. Grayscale: #B9B9B9. Windows color (decimal): -2383393 or 14655963. OLE color: 14655963.

HSL color Cylindrical-coordinate representation of color #DBA1DF: hue angle of 296.13º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DBA1DF is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219161223-
CMYK0.020.2800.13
HSL296.13º49.21%75.29%-
HSV(B)296.13º27.8%87.45%-
XYZ55.2845.8875.75-
YUV185.41149.22151.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 161 (63.28% from 255) = 26.70%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=36.32%
G=26.70%
B=36.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191612230.020.2800.13296.1349.2175.29
HexDBA1DF21C0D128314b
Octal33324133723401545061113
Binary1101101110100001110111111011100011011001010001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1DF; }

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

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

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

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

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

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

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

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