#DD91DC

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

Shades of Plum #DD91DC

Tints of Plum #DD91DC

Color information

#DD91DC (or 0xDD91DC) is unknown color: approx Plum. HEX triplet: DD, 91 and DC. RGB value is (221,145,220). Sum of RGB (Red+Green+Blue) = 221+145+220=586 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.71% from 586); Green value is 145 (57.03% from 255 or 24.74% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DC is #226E23. Grayscale: #B0B0B0. Windows color (decimal): -2256420 or 14455261. OLE color: 14455261.

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

Color convert

RGB221145220-
CMYK00.340.000.13
HSL300.79º52.78%71.76%-
HSV(B)300.79º34.39%86.67%-
XYZ52.8640.7972.8-
YUV176.27152.68159.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.71%
GREEN value IS 145 (57.03% from 255) = 24.74%
BLUE value IS 220 (86.33% from 255) = 37.54%
R=37.71%
G=24.74%
B=37.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22114522000.340.000.13300.7952.7871.76
HexDD91DC0220D12d3548
Octal33522133404201545565110
Binary1101110110010001110111000100010011011001011011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91DC; }

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

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

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

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

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

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

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

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