#DD91DB

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

Shades of Plum #DD91DB

Tints of Plum #DD91DB

Color information

#DD91DB (or 0xDD91DB) is unknown color: approx Plum. HEX triplet: DD, 91 and DB. RGB value is (221,145,219). Sum of RGB (Red+Green+Blue) = 221+145+219=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DB is #226E24. Grayscale: #AFAFAF. Windows color (decimal): -2256421 or 14389725. OLE color: 14389725.

HSL color Cylindrical-coordinate representation of color #DD91DB: hue angle of 301.58º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91DB is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB221145219-
CMYK00.340.010.13
HSL301.58º52.78%71.76%-
HSV(B)301.58º34.39%86.67%-
XYZ52.7340.7472.1-
YUV176.16152.18159.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.78%
GREEN value IS 145 (57.03% from 255) = 24.79%
BLUE value IS 219 (85.94% from 255) = 37.44%
R=37.78%
G=24.79%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114521900.340.010.13301.5852.7871.76
HexDD91DB0221D12e3548
Octal33522133304211545665110
Binary1101110110010001110110110100010111011001011101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91DB; }

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

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

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

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

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

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

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

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