#DBA6E0

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

Shades of Plum #DBA6E0

Tints of Plum #DBA6E0

Color information

#DBA6E0 (or 0xDBA6E0) is unknown color: approx Plum. HEX triplet: DB, A6 and E0. RGB value is (219,166,224). Sum of RGB (Red+Green+Blue) = 219+166+224=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 166 (65.23% from 255 or 27.26% from 609); Blue value is 224 (87.89% from 255 or 36.78% from 609); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA6E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA6E0 is #24591F. Grayscale: #BCBCBC. Windows color (decimal): -2382112 or 14722779. OLE color: 14722779.

HSL color Cylindrical-coordinate representation of color #DBA6E0: hue angle of 294.83º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA6E0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB219166224-
CMYK0.020.2600.12
HSL294.83º48.33%76.47%-
HSV(B)294.83º25.89%87.84%-
XYZ56.347.7176.76-
YUV188.46148.06149.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.96%
GREEN value IS 166 (65.23% from 255) = 27.26%
BLUE value IS 224 (87.89% from 255) = 36.78%
R=35.96%
G=27.26%
B=36.78%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2191662240.020.2600.12294.8348.3376.47
HexDBA6E021A0C127304c
Octal33324634023201444760114
Binary1101101110100110111000001011010011001001001111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA6E0; }

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

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

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

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

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

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

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

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