#DB9BCD

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

Shades of Plum #DB9BCD

Tints of Plum #DB9BCD

Color information

#DB9BCD (or 0xDB9BCD) is unknown color: approx Plum. HEX triplet: DB, 9B and CD. RGB value is (219,155,205). Sum of RGB (Red+Green+Blue) = 219+155+205=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BCD is #246432. Grayscale: #B3B3B3. Windows color (decimal): -2384947 or 13474779. OLE color: 13474779.

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

Color convert

RGB219155205-
CMYK00.290.060.14
HSL313.12º47.06%73.33%-
HSV(B)313.12º29.22%85.88%-
XYZ51.9542.9163.3-
YUV179.84142.2155.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 155 (60.94% from 255) = 26.77%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=37.82%
G=26.77%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915520500.290.060.14313.1247.0673.33
HexDB9BCD01D6E1392f49
Octal33323331503561647157111
Binary11011011100110111100110101110111011101001110011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9BCD; }

 p { color: rgb(219,155,205); }

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

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

 a { background-color: rgb(219,155,205); }

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

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

 span { border-color: rgb(219,155,205); }

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