#DB9AED

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

Shades of Plum #DB9AED

Tints of Plum #DB9AED

Color information

#DB9AED (or 0xDB9AED) is unknown color: approx Plum. HEX triplet: DB, 9A and ED. RGB value is (219,154,237). Sum of RGB (Red+Green+Blue) = 219+154+237=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB9AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AED is #246512. Grayscale: #B6B6B6. Windows color (decimal): -2385171 or 15571675. OLE color: 15571675.

HSL color Cylindrical-coordinate representation of color #DB9AED: hue angle of 286.99º degrees, saturation: 0.7, 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 #DB9AED is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB219154237-
CMYK0.080.3500.07
HSL286.99º69.75%76.67%-
HSV(B)286.99º35.02%92.94%-
XYZ56.0644.2985.71-
YUV182.9158.53153.75-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.90%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 237 (92.97% from 255) = 38.85%
R=35.90%
G=25.25%
B=38.85%

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
Decimal2191542370.080.3500.07286.9969.7576.67
HexDB9AED8230711f464d
Octal333232355104307437106115
Binary1101101110011010111011011000100011011110001111110001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AED; }

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

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

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

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

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

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

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

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