#DD91CE

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

Shades of Plum #DD91CE

Tints of Plum #DD91CE

Color information

#DD91CE (or 0xDD91CE) is unknown color: approx Plum. HEX triplet: DD, 91 and CE. RGB value is (221,145,206). Sum of RGB (Red+Green+Blue) = 221+145+206=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91CE is #226E31. Grayscale: #AEAEAE. Windows color (decimal): -2256434 or 13537757. OLE color: 13537757.

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

Color convert

RGB221145206-
CMYK00.340.070.13
HSL311.84º52.78%71.76%-
HSV(B)311.84º34.39%86.67%-
XYZ51.0840.0863.44-
YUV174.68145.68161.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 145 (57.03% from 255) = 25.35%
BLUE value IS 206 (80.86% from 255) = 36.01%
R=38.64%
G=25.35%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114520600.340.070.13311.8452.7871.76
HexDD91CE0227D1383548
Octal33522131604271547065110
Binary110111011001000111001110010001011111011001110001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91CE; }

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

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

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

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

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

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

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

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