#DB99DA

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

Shades of Plum #DB99DA

Tints of Plum #DB99DA

Color information

#DB99DA (or 0xDB99DA) is unknown color: approx Plum. HEX triplet: DB, 99 and DA. RGB value is (219,153,218). Sum of RGB (Red+Green+Blue) = 219+153+218=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DB99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB99DA is #246625. Grayscale: #B3B3B3. Windows color (decimal): -2385446 or 14326235. OLE color: 14326235.

HSL color Cylindrical-coordinate representation of color #DB99DA: hue angle of 300.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB99DA is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB219153218-
CMYK00.300.000.14
HSL300.91º47.83%72.94%-
HSV(B)300.91º30.14%85.88%-
XYZ53.2642.971.8-
YUV180.14149.37155.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 153 (60.16% from 255) = 25.93%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=37.12%
G=25.93%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915321800.300.000.14300.9147.8372.94
HexDB99DA01E0E12d3049
Octal33323133203601645560111
Binary110110111001100111011010011110011101001011011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB99DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB99DA; }

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

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

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

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

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

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

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

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