#DB9AD5

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

Shades of Plum #DB9AD5

Tints of Plum #DB9AD5

Color information

#DB9AD5 (or 0xDB9AD5) is unknown color: approx Plum. HEX triplet: DB, 9A and D5. RGB value is (219,154,213). Sum of RGB (Red+Green+Blue) = 219+154+213=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 154 (60.55% from 255 or 26.28% from 586); Blue value is 213 (83.59% from 255 or 36.35% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AD5 is #24652A. Grayscale: #B3B3B3. Windows color (decimal): -2385195 or 13998811. OLE color: 13998811.

HSL color Cylindrical-coordinate representation of color #DB9AD5: hue angle of 305.54º degrees, saturation: 0.47, 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 #DB9AD5 is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB219154213-
CMYK00.300.030.14
HSL305.54º47.45%73.14%-
HSV(B)305.54º29.68%85.88%-
XYZ52.7842.9868.46-
YUV180.16146.53155.7-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 154 (60.55% from 255) = 26.28%
BLUE value IS 213 (83.59% from 255) = 36.35%
R=37.37%
G=26.28%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915421300.300.030.14305.5447.4573.14
HexDB9AD501E3E1322f49
Octal33323232503631646257111
Binary1101101110011010110101010111101111101001100101011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9AD5; }

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

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

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

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

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

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

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

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