#DB9AE2

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

Shades of Plum #DB9AE2

Tints of Plum #DB9AE2

Color information

#DB9AE2 (or 0xDB9AE2) is unknown color: approx Plum. HEX triplet: DB, 9A and E2. RGB value is (219,154,226). Sum of RGB (Red+Green+Blue) = 219+154+226=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 154 (60.55% from 255 or 25.71% from 599); Blue value is 226 (88.67% from 255 or 37.73% from 599); Max value from RGB is 226 - color contains mainly: blue. Hex color #DB9AE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AE2 is #24651D. Grayscale: #B5B5B5. Windows color (decimal): -2385182 or 14850779. OLE color: 14850779.

HSL color Cylindrical-coordinate representation of color #DB9AE2: hue angle of 294.17º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9AE2 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB219154226-
CMYK0.030.3200.11
HSL294.17º55.38%74.51%-
HSV(B)294.17º31.86%88.63%-
XYZ54.543.6677.51-
YUV181.64153.03154.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 154 (60.55% from 255) = 25.71%
BLUE value IS 226 (88.67% from 255) = 37.73%
R=36.56%
G=25.71%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2191542260.030.3200.11294.1755.3874.51
HexDB9AE23200B126374b
Octal33323234234001344667113
Binary11011011100110101110001011100000010111001001101101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AE2; }

 p { color: rgb(219,154,226); }

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

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

 a { background-color: rgb(219,154,226); }

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

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

 span { border-color: rgb(219,154,226); }

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