#DBA1D2

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

Shades of Plum #DBA1D2

Tints of Plum #DBA1D2

Color information

#DBA1D2 (or 0xDBA1D2) is unknown color: approx Plum. HEX triplet: DB, A1 and D2. RGB value is (219,161,210). Sum of RGB (Red+Green+Blue) = 219+161+210=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 161 (63.28% from 255 or 27.29% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1D2 is #245E2D. Grayscale: #B7B7B7. Windows color (decimal): -2383406 or 13803995. OLE color: 13803995.

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

Color convert

RGB219161210-
CMYK00.260.040.14
HSL309.31º44.62%74.51%-
HSV(B)309.31º26.48%85.88%-
XYZ53.5945.266.87-
YUV183.93142.72153.02-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 161 (63.28% from 255) = 27.29%
BLUE value IS 210 (82.42% from 255) = 35.59%
R=37.12%
G=27.29%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916121000.260.040.14309.3144.6274.51
HexDBA1D201A4E1352d4b
Octal33324132203241646555113
Binary11011011101000011101001001101010011101001101011011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1D2; }

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

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

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

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

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

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

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

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