#DB9DCC

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

Shades of Plum #DB9DCC

Tints of Plum #DB9DCC

Color information

#DB9DCC (or 0xDB9DCC) is unknown color: approx Plum. HEX triplet: DB, 9D and CC. RGB value is (219,157,204). Sum of RGB (Red+Green+Blue) = 219+157+204=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 204 (80.08% from 255 or 35.17% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DCC is #246233. Grayscale: #B4B4B4. Windows color (decimal): -2384436 or 13409755. OLE color: 13409755.

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

Color convert

RGB219157204-
CMYK00.280.070.14
HSL314.52º46.27%73.73%-
HSV(B)314.52º28.31%85.88%-
XYZ52.1743.5362.78-
YUV180.9141.04155.18-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 204 (80.08% from 255) = 35.17%
R=37.76%
G=27.07%
B=35.17%

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
Decimal21915720400.280.070.14314.5246.2773.73
HexDB9DCC01C7E13b2e4a
Octal33323531403471647356112
Binary11011011100111011100110001110011111101001110111011101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB9DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB9DCC; }

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

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

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

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

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

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

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

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