#DB9ACE

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

Shades of Plum #DB9ACE

Tints of Plum #DB9ACE

Color information

#DB9ACE (or 0xDB9ACE) is unknown color: approx Plum. HEX triplet: DB, 9A and CE. RGB value is (219,154,206). Sum of RGB (Red+Green+Blue) = 219+154+206=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ACE is #246531. Grayscale: #B3B3B3. Windows color (decimal): -2385202 or 13540059. OLE color: 13540059.

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

Color convert

RGB219154206-
CMYK00.300.060.14
HSL312º47.45%73.14%-
HSV(B)312º29.68%85.88%-
XYZ51.9142.6363.88-
YUV179.36143.03156.27-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 206 (80.86% from 255) = 35.58%
R=37.82%
G=26.60%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21915420600.300.060.1431247.4573.14
HexDB9ACE01E6E1382f49
Octal33323231603661647057111
Binary11011011100110101100111001111011011101001110001011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9ACE; }

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

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

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

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

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

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

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

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