#DD91D5

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

Shades of Plum #DD91D5

Tints of Plum #DD91D5

Color information

#DD91D5 (or 0xDD91D5) is unknown color: approx Plum. HEX triplet: DD, 91 and D5. RGB value is (221,145,213). Sum of RGB (Red+Green+Blue) = 221+145+213=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 213 (83.59% from 255 or 36.79% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D5 is #226E2A. Grayscale: #AFAFAF. Windows color (decimal): -2256427 or 13996509. OLE color: 13996509.

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

Color convert

RGB221145213-
CMYK00.340.040.13
HSL306.32º52.78%71.76%-
HSV(B)306.32º34.39%86.67%-
XYZ51.9540.4368.02-
YUV175.48149.18160.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 145 (57.03% from 255) = 25.04%
BLUE value IS 213 (83.59% from 255) = 36.79%
R=38.17%
G=25.04%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114521300.340.040.13306.3252.7871.76
HexDD91D50224D1323548
Octal33522132504241546265110
Binary110111011001000111010101010001010011011001100101101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91D5; }

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

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

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

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

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

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

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

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