#DD9BD6

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

Shades of Plum #DD9BD6

Tints of Plum #DD9BD6

Color information

#DD9BD6 (or 0xDD9BD6) is unknown color: approx Plum. HEX triplet: DD, 9B and D6. RGB value is (221,155,214). Sum of RGB (Red+Green+Blue) = 221+155+214=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 155 (60.94% from 255 or 26.27% from 590); Blue value is 214 (83.98% from 255 or 36.27% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BD6 is #226429. Grayscale: #B5B5B5. Windows color (decimal): -2253866 or 14064605. OLE color: 14064605.

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

Color convert

RGB221155214-
CMYK00.300.030.13
HSL306.36º49.25%73.73%-
HSV(B)306.36º29.86%86.67%-
XYZ53.6843.6769.22-
YUV181.46146.37156.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.46%
GREEN value IS 155 (60.94% from 255) = 26.27%
BLUE value IS 214 (83.98% from 255) = 36.27%
R=37.46%
G=26.27%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115521400.300.030.13306.3649.2573.73
HexDD9BD601E3D132314a
Octal33523332603631546261112
Binary1101110110011011110101100111101111011001100101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BD6; }

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

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

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

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

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

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

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

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