#DBA6D6

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

Shades of Plum #DBA6D6

Tints of Plum #DBA6D6

Color information

#DBA6D6 (or 0xDBA6D6) is unknown color: approx Plum. HEX triplet: DB, A6 and D6. RGB value is (219,166,214). Sum of RGB (Red+Green+Blue) = 219+166+214=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 166 (65.23% from 255 or 27.71% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA6D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6D6 is #245929. Grayscale: #BBBBBB. Windows color (decimal): -2382122 or 14067419. OLE color: 14067419.

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

Color convert

RGB219166214-
CMYK00.240.020.14
HSL305.66º42.4%75.49%-
HSV(B)305.66º24.2%85.88%-
XYZ54.9947.1969.83-
YUV187.32143.06150.6-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 166 (65.23% from 255) = 27.71%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=36.56%
G=27.71%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916621400.240.020.14305.6642.475.49
HexDBA6D60182E1322a4b
Octal33324632603021646252113
Binary1101101110100110110101100110001011101001100101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6D6; }

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

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

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

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

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

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

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

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