#DB88DA

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

Shades of Plum #DB88DA

Tints of Plum #DB88DA

Color information

#DB88DA (or 0xDB88DA) is unknown color: approx Plum. HEX triplet: DB, 88 and DA. RGB value is (219,136,218). Sum of RGB (Red+Green+Blue) = 219+136+218=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88DA is #247725. Grayscale: #A9A9A9. Windows color (decimal): -2389798 or 14321883. OLE color: 14321883.

HSL color Cylindrical-coordinate representation of color #DB88DA: hue angle of 300.72º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88DA is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219136218-
CMYK00.380.000.14
HSL300.72º53.55%69.61%-
HSV(B)300.72º37.9%85.88%-
XYZ50.6737.7370.94-
YUV170.16155162.83-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 136 (53.52% from 255) = 23.73%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=38.22%
G=23.73%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21913621800.380.000.14300.7253.5569.61
HexDB88DA0260E12d3646
Octal33321033204601645566106
Binary1101101110001000110110100100110011101001011011101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB88DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB88DA; }

 p { color: rgb(219,136,218); }

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

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

 a { background-color: rgb(219,136,218); }

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

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

 span { border-color: rgb(219,136,218); }

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