#DD91D2

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

Shades of Plum #DD91D2

Tints of Plum #DD91D2

Color information

#DD91D2 (or 0xDD91D2) is unknown color: approx Plum. HEX triplet: DD, 91 and D2. RGB value is (221,145,210). Sum of RGB (Red+Green+Blue) = 221+145+210=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D2 is #226E2D. Grayscale: #AEAEAE. Windows color (decimal): -2256430 or 13799901. OLE color: 13799901.

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

Color convert

RGB221145210-
CMYK00.340.050.13
HSL308.68º52.78%71.76%-
HSV(B)308.68º34.39%86.67%-
XYZ51.5840.2866.03-
YUV175.13147.68160.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 145 (57.03% from 255) = 25.17%
BLUE value IS 210 (82.42% from 255) = 36.46%
R=38.37%
G=25.17%
B=36.46%

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
Decimal22114521000.340.050.13308.6852.7871.76
HexDD91D20225D1353548
Octal33522132204251546565110
Binary110111011001000111010010010001010111011001101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91D2; }

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

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

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

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

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

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

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

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