#DBA6D8

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

Shades of Plum #DBA6D8

Tints of Plum #DBA6D8

Color information

#DBA6D8 (or 0xDBA6D8) is unknown color: approx Plum. HEX triplet: DB, A6 and D8. RGB value is (219,166,216). Sum of RGB (Red+Green+Blue) = 219+166+216=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 166 (65.23% from 255 or 27.62% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D8 is #245927. Grayscale: #BBBBBB. Windows color (decimal): -2382120 or 14198491. OLE color: 14198491.

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

Color convert

RGB219166216-
CMYK00.240.010.14
HSL303.4º42.4%75.49%-
HSV(B)303.4º24.2%85.88%-
XYZ55.2447.2971.18-
YUV187.55144.06150.43-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.44%
GREEN value IS 166 (65.23% from 255) = 27.62%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=36.44%
G=27.62%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916621600.240.010.14303.442.475.49
HexDBA6D80181E12f2a4b
Octal33324633003011645752113
Binary110110111010011011011000011000111101001011111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6D8; }

 p { color: rgb(219,166,216); }

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

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

 a { background-color: rgb(219,166,216); }

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

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

 span { border-color: rgb(219,166,216); }

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