#DBA3DC

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

Shades of Plum #DBA3DC

Tints of Plum #DBA3DC

Color information

#DBA3DC (or 0xDBA3DC) is unknown color: approx Plum. HEX triplet: DB, A3 and DC. RGB value is (219,163,220). Sum of RGB (Red+Green+Blue) = 219+163+220=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 163 (64.06% from 255 or 27.08% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA3DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3DC is #245C23. Grayscale: #BABABA. Windows color (decimal): -2382884 or 14459867. OLE color: 14459867.

HSL color Cylindrical-coordinate representation of color #DBA3DC: hue angle of 298.95º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA3DC is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219163220-
CMYK0.000.2600.14
HSL298.95º44.88%75.1%-
HSV(B)298.95º25.91%86.27%-
XYZ55.2346.4273.76-
YUV186.24147.05151.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 163 (64.06% from 255) = 27.08%
BLUE value IS 220 (86.33% from 255) = 36.54%
R=36.38%
G=27.08%
B=36.54%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191632200.000.2600.14298.9544.8875.1
HexDBA3DC01A0E12b2d4b
Octal33324333403201645355113
Binary110110111010001111011100011010011101001010111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3DC; }

 p { color: rgb(219,163,220); }

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

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

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

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

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

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

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