#DD9BD8

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

Shades of Plum #DD9BD8

Tints of Plum #DD9BD8

Color information

#DD9BD8 (or 0xDD9BD8) is unknown color: approx Plum. HEX triplet: DD, 9B and D8. RGB value is (221,155,216). Sum of RGB (Red+Green+Blue) = 221+155+216=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 216 (84.77% from 255 or 36.49% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BD8 is #226427. Grayscale: #B5B5B5. Windows color (decimal): -2253864 or 14195677. OLE color: 14195677.

HSL color Cylindrical-coordinate representation of color #DD9BD8: hue angle of 304.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9BD8 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221155216-
CMYK00.300.020.13
HSL304.55º49.25%73.73%-
HSV(B)304.55º29.86%86.67%-
XYZ53.9343.7770.57-
YUV181.69147.37156.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 155 (60.94% from 255) = 26.18%
BLUE value IS 216 (84.77% from 255) = 36.49%
R=37.33%
G=26.18%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115521600.300.020.13304.5549.2573.73
HexDD9BD801E2D131314a
Octal33523333003621546161112
Binary1101110110011011110110000111101011011001100011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BD8; }

 p { color: rgb(221,155,216); }

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

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

 a { background-color: rgb(221,155,216); }

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

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

 span { border-color: rgb(221,155,216); }

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