#DB9AE6

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

Shades of Plum #DB9AE6

Tints of Plum #DB9AE6

Color information

#DB9AE6 (or 0xDB9AE6) is unknown color: approx Plum. HEX triplet: DB, 9A and E6. RGB value is (219,154,230). Sum of RGB (Red+Green+Blue) = 219+154+230=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 154 (60.55% from 255 or 25.54% from 603); Blue value is 230 (90.23% from 255 or 38.14% from 603); Max value from RGB is 230 - color contains mainly: blue. Hex color #DB9AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB9AE6 is #246519. Grayscale: #B5B5B5. Windows color (decimal): -2385178 or 15112923. OLE color: 15112923.

HSL color Cylindrical-coordinate representation of color #DB9AE6: hue angle of 291.32º degrees, saturation: 0.6, 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 #DB9AE6 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB219154230-
CMYK0.050.3300.10
HSL291.32º60.32%75.29%-
HSV(B)291.32º33.04%90.2%-
XYZ55.0543.8880.43-
YUV182.1155.03154.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.32%
GREEN value IS 154 (60.55% from 255) = 25.54%
BLUE value IS 230 (90.23% from 255) = 38.14%
R=36.32%
G=25.54%
B=38.14%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2191542300.050.3300.10291.3260.3275.29
HexDB9AE65210A1233c4b
Octal33323234654101244374113
Binary110110111001101011100110101100001010101001000111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AE6; }

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

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

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

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

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

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

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

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