#DB9AEE

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

Shades of Plum #DB9AEE

Tints of Plum #DB9AEE

Color information

#DB9AEE (or 0xDB9AEE) is unknown color: approx Plum. HEX triplet: DB, 9A and EE. RGB value is (219,154,238). Sum of RGB (Red+Green+Blue) = 219+154+238=611 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.84% from 611); Green value is 154 (60.55% from 255 or 25.20% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 238 - color contains mainly: blue. Hex color #DB9AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AEE is #246511. Grayscale: #B6B6B6. Windows color (decimal): -2385170 or 15637211. OLE color: 15637211.

HSL color Cylindrical-coordinate representation of color #DB9AEE: hue angle of 286.43º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9AEE is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219154238-
CMYK0.080.3500.07
HSL286.43º71.19%76.86%-
HSV(B)286.43º35.29%93.33%-
XYZ56.244.3486.49-
YUV183.01159.03153.67-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.84%
GREEN value IS 154 (60.55% from 255) = 25.20%
BLUE value IS 238 (93.36% from 255) = 38.95%
R=35.84%
G=25.20%
B=38.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2191542380.080.3500.07286.4371.1976.86
HexDB9AEE8230711e474d
Octal333232356104307436107115
Binary1101101110011010111011101000100011011110001111010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AEE; }

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

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

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

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

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

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

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

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