#DD91D1

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

Shades of Plum #DD91D1

Tints of Plum #DD91D1

Color information

#DD91D1 (or 0xDD91D1) is unknown color: approx Plum. HEX triplet: DD, 91 and D1. RGB value is (221,145,209). Sum of RGB (Red+Green+Blue) = 221+145+209=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D1 is #226E2E. Grayscale: #AEAEAE. Windows color (decimal): -2256431 or 13734365. OLE color: 13734365.

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

Color convert

RGB221145209-
CMYK00.340.050.13
HSL309.47º52.78%71.76%-
HSV(B)309.47º34.39%86.67%-
XYZ51.4540.2365.37-
YUV175.02147.18160.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.43%
GREEN value IS 145 (57.03% from 255) = 25.22%
BLUE value IS 209 (82.03% from 255) = 36.35%
R=38.43%
G=25.22%
B=36.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114520900.340.050.13309.4752.7871.76
HexDD91D10225D1353548
Octal33522132104251546565110
Binary110111011001000111010001010001010111011001101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91D1; }

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

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

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

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

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

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

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

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