#DD91CC

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

Shades of Plum #DD91CC

Tints of Plum #DD91CC

Color information

#DD91CC (or 0xDD91CC) is unknown color: approx Plum. HEX triplet: DD, 91 and CC. RGB value is (221,145,204). Sum of RGB (Red+Green+Blue) = 221+145+204=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91CC is #226E33. Grayscale: #AEAEAE. Windows color (decimal): -2256436 or 13406685. OLE color: 13406685.

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

Color convert

RGB221145204-
CMYK00.340.080.13
HSL313.42º52.78%71.76%-
HSV(B)313.42º34.39%86.67%-
XYZ50.8439.9862.16-
YUV174.45144.68161.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 145 (57.03% from 255) = 25.44%
BLUE value IS 204 (80.08% from 255) = 35.79%
R=38.77%
G=25.44%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114520400.340.080.13313.4252.7871.76
HexDD91CC0228D1393548
Octal335221314042101547165110
Binary1101110110010001110011000100010100011011001110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91CC; }

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

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

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

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

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

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

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

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