#DB9AE5

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

Shades of Plum #DB9AE5

Tints of Plum #DB9AE5

Color information

#DB9AE5 (or 0xDB9AE5) is unknown color: approx Plum. HEX triplet: DB, 9A and E5. RGB value is (219,154,229). Sum of RGB (Red+Green+Blue) = 219+154+229=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 154 (60.55% from 255 or 25.58% from 602); Blue value is 229 (89.84% from 255 or 38.04% from 602); Max value from RGB is 229 - color contains mainly: blue. Hex color #DB9AE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AE5 is #24651A. Grayscale: #B5B5B5. Windows color (decimal): -2385179 or 15047387. OLE color: 15047387.

HSL color Cylindrical-coordinate representation of color #DB9AE5: hue angle of 292º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9AE5 is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219154229-
CMYK0.040.3300.10
HSL292º59.06%75.1%-
HSV(B)292º32.75%89.8%-
XYZ54.9143.8379.69-
YUV181.98154.53154.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.38%
GREEN value IS 154 (60.55% from 255) = 25.58%
BLUE value IS 229 (89.84% from 255) = 38.04%
R=36.38%
G=25.58%
B=38.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191542290.040.3300.1029259.0675.1
HexDB9AE54210A1243b4b
Octal33323234544101244473113
Binary110110111001101011100101100100001010101001001001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AE5; }

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

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

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

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

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

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

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

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