#DBA3D2

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

Shades of Plum #DBA3D2

Tints of Plum #DBA3D2

Color information

#DBA3D2 (or 0xDBA3D2) is unknown color: approx Plum. HEX triplet: DB, A3 and D2. RGB value is (219,163,210). Sum of RGB (Red+Green+Blue) = 219+163+210=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 163 (64.06% from 255 or 27.53% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA3D2 is #245C2D. Grayscale: #B8B8B8. Windows color (decimal): -2382894 or 13804507. OLE color: 13804507.

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

Color convert

RGB219163210-
CMYK00.260.040.14
HSL309.64º43.75%74.9%-
HSV(B)309.64º25.57%85.88%-
XYZ53.9445.9166.99-
YUV185.1142.05152.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 163 (64.06% from 255) = 27.53%
BLUE value IS 210 (82.42% from 255) = 35.47%
R=36.99%
G=27.53%
B=35.47%

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
Decimal21916321000.260.040.14309.6443.7574.9
HexDBA3D201A4E1362c4b
Octal33324332203241646654113
Binary11011011101000111101001001101010011101001101101011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA3D2; }

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

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

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

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

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

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

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

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