#DBA1D1

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

Shades of Plum #DBA1D1

Tints of Plum #DBA1D1

Color information

#DBA1D1 (or 0xDBA1D1) is unknown color: approx Plum. HEX triplet: DB, A1 and D1. RGB value is (219,161,209). Sum of RGB (Red+Green+Blue) = 219+161+209=589 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.18% from 589); Green value is 161 (63.28% from 255 or 27.33% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1D1 is #245E2E. Grayscale: #B7B7B7. Windows color (decimal): -2383407 or 13738459. OLE color: 13738459.

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

Color convert

RGB219161209-
CMYK00.260.050.14
HSL310.34º44.62%74.51%-
HSV(B)310.34º26.48%85.88%-
XYZ53.4745.1566.22-
YUV183.81142.22153.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.18%
GREEN value IS 161 (63.28% from 255) = 27.33%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=37.18%
G=27.33%
B=35.48%

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
Decimal21916120900.260.050.14310.3444.6274.51
HexDBA1D101A5E1362d4b
Octal33324132103251646655113
Binary11011011101000011101000101101010111101001101101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA1D1; }

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

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

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

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

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

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

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

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