#DBA8DC

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

Shades of Plum #DBA8DC

Tints of Plum #DBA8DC

Color information

#DBA8DC (or 0xDBA8DC) is unknown color: approx Plum. HEX triplet: DB, A8 and DC. RGB value is (219,168,220). Sum of RGB (Red+Green+Blue) = 219+168+220=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 168 (66.02% from 255 or 27.68% from 607); Blue value is 220 (86.33% from 255 or 36.24% from 607); Max value from RGB is 220 - color contains mainly: blue. Hex color #DBA8DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8DC is #245723. Grayscale: #BDBDBD. Windows color (decimal): -2381604 or 14461147. OLE color: 14461147.

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

Color convert

RGB219168220-
CMYK0.000.2400.14
HSL298.85º42.62%76.08%-
HSV(B)298.85º23.64%86.27%-
XYZ56.1348.2374.06-
YUV189.18145.4149.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 168 (66.02% from 255) = 27.68%
BLUE value IS 220 (86.33% from 255) = 36.24%
R=36.08%
G=27.68%
B=36.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191682200.000.2400.14298.8542.6276.08
HexDBA8DC0180E12b2b4c
Octal33325033403001645353114
Binary110110111010100011011100011000011101001010111010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA8DC; }

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

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

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

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

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

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

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

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