#DB9AEA

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

Shades of Plum #DB9AEA

Tints of Plum #DB9AEA

Color information

#DB9AEA (or 0xDB9AEA) is unknown color: approx Plum. HEX triplet: DB, 9A and EA. RGB value is (219,154,234). Sum of RGB (Red+Green+Blue) = 219+154+234=607 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.08% from 607); Green value is 154 (60.55% from 255 or 25.37% from 607); Blue value is 234 (91.80% from 255 or 38.55% from 607); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB9AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AEA is #246515. Grayscale: #B6B6B6. Windows color (decimal): -2385174 or 15375067. OLE color: 15375067.

HSL color Cylindrical-coordinate representation of color #DB9AEA: hue angle of 288.75º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9AEA is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219154234-
CMYK0.060.3400.08
HSL288.75º65.57%76.08%-
HSV(B)288.75º34.19%91.76%-
XYZ55.6244.1183.42-
YUV182.56157.03154-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.08%
GREEN value IS 154 (60.55% from 255) = 25.37%
BLUE value IS 234 (91.80% from 255) = 38.55%
R=36.08%
G=25.37%
B=38.55%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191542340.060.3400.08288.7565.5776.08
HexDB9AEA62208121424c
Octal333232352642010441102114
Binary1101101110011010111010101101000100100010010000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AEA; }

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

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

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

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

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

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

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

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