#DB93DD

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

Shades of Plum #DB93DD

Tints of Plum #DB93DD

Color information

#DB93DD (or 0xDB93DD) is unknown color: approx Plum. HEX triplet: DB, 93 and DD. RGB value is (219,147,221). Sum of RGB (Red+Green+Blue) = 219+147+221=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 147 (57.81% from 255 or 25.04% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: blue. Hex color #DB93DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93DD is #246C22. Grayscale: #B0B0B0. Windows color (decimal): -2386979 or 14521307. OLE color: 14521307.

HSL color Cylindrical-coordinate representation of color #DB93DD: hue angle of 298.38º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93DD is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219147221-
CMYK0.010.3300.13
HSL298.38º52.11%72.16%-
HSV(B)298.38º33.48%86.67%-
XYZ52.741.1573.57-
YUV176.96152.85157.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.31%
GREEN value IS 147 (57.81% from 255) = 25.04%
BLUE value IS 221 (86.72% from 255) = 37.65%
R=37.31%
G=25.04%
B=37.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191472210.010.3300.13298.3852.1172.16
HexDB93DD1210D12a3448
Octal33322333514101545264110
Binary1101101110010011110111011100001011011001010101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB93DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB93DD; }

 p { color: rgb(219,147,221); }

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

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

 a { background-color: rgb(219,147,221); }

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

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

 span { border-color: rgb(219,147,221); }

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