#DBA2DC

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

Shades of Plum #DBA2DC

Tints of Plum #DBA2DC

Color information

#DBA2DC (or 0xDBA2DC) is unknown color: approx Plum. HEX triplet: DB, A2 and DC. RGB value is (219,162,220). Sum of RGB (Red+Green+Blue) = 219+162+220=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 162 (63.67% from 255 or 26.96% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2DC is #245D23. Grayscale: #B9B9B9. Windows color (decimal): -2383140 or 14459611. OLE color: 14459611.

HSL color Cylindrical-coordinate representation of color #DBA2DC: hue angle of 298.97º 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 #DBA2DC is Cyan = 0.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219162220-
CMYK0.000.2600.14
HSL298.97º45.31%74.9%-
HSV(B)298.97º26.36%86.27%-
XYZ55.0546.0773.7-
YUV185.66147.38151.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 162 (63.67% from 255) = 26.96%
BLUE value IS 220 (86.33% from 255) = 36.61%
R=36.44%
G=26.96%
B=36.61%

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
Decimal2191622200.000.2600.14298.9745.3174.9
HexDBA2DC01A0E12b2d4b
Octal33324233403201645355113
Binary110110111010001011011100011010011101001010111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2DC; }

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

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

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

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

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

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

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

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