#DBA4DC

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

Shades of Plum #DBA4DC

Tints of Plum #DBA4DC

Color information

#DBA4DC (or 0xDBA4DC) is unknown color: approx Plum. HEX triplet: DB, A4 and DC. RGB value is (219,164,220). Sum of RGB (Red+Green+Blue) = 219+164+220=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 220 (86.33% from 255 or 36.48% from 603); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA4DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4DC is #245B23. Grayscale: #BABABA. Windows color (decimal): -2382628 or 14460123. OLE color: 14460123.

HSL color Cylindrical-coordinate representation of color #DBA4DC: hue angle of 298.93º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4DC is Cyan = 0.00, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB219164220-
CMYK0.000.2500.14
HSL298.93º44.44%75.29%-
HSV(B)298.93º25.45%86.27%-
XYZ55.4146.7873.82-
YUV186.83146.72150.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 220 (86.33% from 255) = 36.48%
R=36.32%
G=27.20%
B=36.48%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191642200.000.2500.14298.9344.4475.29
HexDBA4DC0190E12b2c4b
Octal33324433403101645354113
Binary110110111010010011011100011001011101001010111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA4DC; }

 p { color: rgb(219,164,220); }

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

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

 a { background-color: rgb(219,164,220); }

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

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

 span { border-color: rgb(219,164,220); }

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