#DB9ACB

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

Shades of Plum #DB9ACB

Tints of Plum #DB9ACB

Color information

#DB9ACB (or 0xDB9ACB) is unknown color: approx Plum. HEX triplet: DB, 9A and CB. RGB value is (219,154,203). Sum of RGB (Red+Green+Blue) = 219+154+203=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ACB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ACB is #246534. Grayscale: #B2B2B2. Windows color (decimal): -2385205 or 13343451. OLE color: 13343451.

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

Color convert

RGB219154203-
CMYK00.300.070.14
HSL314.77º47.45%73.14%-
HSV(B)314.77º29.68%85.88%-
XYZ51.5542.4861.98-
YUV179.02141.53156.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 154 (60.55% from 255) = 26.74%
BLUE value IS 203 (79.69% from 255) = 35.24%
R=38.02%
G=26.74%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915420300.300.070.14314.7747.4573.14
HexDB9ACB01E7E13b2f49
Octal33323231303671647357111
Binary11011011100110101100101101111011111101001110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ACB; }

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

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

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

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

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

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

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

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