#DB9DCB

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

Shades of Plum #DB9DCB

Tints of Plum #DB9DCB

Color information

#DB9DCB (or 0xDB9DCB) is unknown color: approx Plum. HEX triplet: DB, 9D and CB. RGB value is (219,157,203). Sum of RGB (Red+Green+Blue) = 219+157+203=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DCB is #246234. Grayscale: #B4B4B4. Windows color (decimal): -2384437 or 13344219. OLE color: 13344219.

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

Color convert

RGB219157203-
CMYK00.280.070.14
HSL315.48º46.27%73.73%-
HSV(B)315.48º28.31%85.88%-
XYZ52.0543.4962.15-
YUV180.78140.54155.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 203 (79.69% from 255) = 35.06%
R=37.82%
G=27.12%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915720300.280.070.14315.4846.2773.73
HexDB9DCB01C7E13b2e4a
Octal33323531303471647356112
Binary11011011100111011100101101110011111101001110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DCB; }

 p { color: rgb(219,157,203); }

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

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

 a { background-color: rgb(219,157,203); }

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

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

 span { border-color: rgb(219,157,203); }

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