#DD9BDB

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

Shades of Plum #DD9BDB

Tints of Plum #DD9BDB

Color information

#DD9BDB (or 0xDD9BDB) is unknown color: approx Plum. HEX triplet: DD, 9B and DB. RGB value is (221,155,219). Sum of RGB (Red+Green+Blue) = 221+155+219=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9BDB is #226424. Grayscale: #B5B5B5. Windows color (decimal): -2253861 or 14392285. OLE color: 14392285.

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

Color convert

RGB221155219-
CMYK00.300.010.13
HSL301.82º49.25%73.73%-
HSV(B)301.82º29.86%86.67%-
XYZ54.3343.9372.63-
YUV182.03148.87155.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 155 (60.94% from 255) = 26.05%
BLUE value IS 219 (85.94% from 255) = 36.81%
R=37.14%
G=26.05%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115521900.300.010.13301.8249.2573.73
HexDD9BDB01E1D12e314a
Octal33523333303611545661112
Binary110111011001101111011011011110111011001011101100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9BDB; }

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

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

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

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

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

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

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

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