#DBA2D1

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

Shades of Plum #DBA2D1

Tints of Plum #DBA2D1

Color information

#DBA2D1 (or 0xDBA2D1) is unknown color: approx Plum. HEX triplet: DB, A2 and D1. RGB value is (219,162,209). Sum of RGB (Red+Green+Blue) = 219+162+209=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 162 (63.67% from 255 or 27.46% from 590); Blue value is 209 (82.03% from 255 or 35.42% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2D1 is #245D2E. Grayscale: #B8B8B8. Windows color (decimal): -2383151 or 13738715. OLE color: 13738715.

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

Color convert

RGB219162209-
CMYK00.260.050.14
HSL310.53º44.19%74.71%-
HSV(B)310.53º26.03%85.88%-
XYZ53.6445.566.28-
YUV184.4141.88152.68-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 162 (63.67% from 255) = 27.46%
BLUE value IS 209 (82.03% from 255) = 35.42%
R=37.12%
G=27.46%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916220900.260.050.14310.5344.1974.71
HexDBA2D101A5E1372c4b
Octal33324232103251646754113
Binary11011011101000101101000101101010111101001101111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA2D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA2D1; }

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

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

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

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

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

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

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

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