#DBA0D2

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

Shades of Plum #DBA0D2

Tints of Plum #DBA0D2

Color information

#DBA0D2 (or 0xDBA0D2) is unknown color: approx Plum. HEX triplet: DB, A0 and D2. RGB value is (219,160,210). Sum of RGB (Red+Green+Blue) = 219+160+210=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 160 (62.89% from 255 or 27.16% from 589); Blue value is 210 (82.42% from 255 or 35.65% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0D2 is #245F2D. Grayscale: #B7B7B7. Windows color (decimal): -2383662 or 13803739. OLE color: 13803739.

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

Color convert

RGB219160210-
CMYK00.270.040.14
HSL309.15º45.04%74.31%-
HSV(B)309.15º26.94%85.88%-
XYZ53.4244.8566.82-
YUV183.34143.05153.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 160 (62.89% from 255) = 27.16%
BLUE value IS 210 (82.42% from 255) = 35.65%
R=37.18%
G=27.16%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916021000.270.040.14309.1545.0474.31
HexDBA0D201B4E1352d4a
Octal33324032203341646555112
Binary11011011101000001101001001101110011101001101011011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA0D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA0D2; }

 p { color: rgb(219,160,210); }

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

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

 a { background-color: rgb(219,160,210); }

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

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

 span { border-color: rgb(219,160,210); }

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