#DB9CDA

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

Shades of Plum #DB9CDA

Tints of Plum #DB9CDA

Color information

#DB9CDA (or 0xDB9CDA) is unknown color: approx Plum. HEX triplet: DB, 9C and DA. RGB value is (219,156,218). Sum of RGB (Red+Green+Blue) = 219+156+218=593 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.93% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 218 (85.55% from 255 or 36.76% from 593); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CDA is #246325. Grayscale: #B5B5B5. Windows color (decimal): -2384678 or 14327003. OLE color: 14327003.

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

Color convert

RGB219156218-
CMYK00.290.000.14
HSL300.95º46.67%73.53%-
HSV(B)300.95º28.77%85.88%-
XYZ53.7643.971.97-
YUV181.9148.37154.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.93%
GREEN value IS 156 (61.33% from 255) = 26.31%
BLUE value IS 218 (85.55% from 255) = 36.76%
R=36.93%
G=26.31%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915621800.290.000.14300.9546.6773.53
HexDB9CDA01D0E12d2f4a
Octal33323433203501645557112
Binary110110111001110011011010011101011101001011011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9CDA; }

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

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

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

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

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

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

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

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