#DD91EB

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

Shades of Plum #DD91EB

Tints of Plum #DD91EB

Color information

#DD91EB (or 0xDD91EB) is unknown color: approx Plum. HEX triplet: DD, 91 and EB. RGB value is (221,145,235). Sum of RGB (Red+Green+Blue) = 221+145+235=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 145 (57.03% from 255 or 24.13% from 601); Blue value is 235 (92.19% from 255 or 39.10% from 601); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD91EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91EB is #226E14. Grayscale: #B1B1B1. Windows color (decimal): -2256405 or 15438301. OLE color: 15438301.

HSL color Cylindrical-coordinate representation of color #DD91EB: hue angle of 290.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD91EB is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB221145235-
CMYK0.060.3800.08
HSL290.67º69.23%74.51%-
HSV(B)290.67º38.3%92.16%-
XYZ54.9441.6283.74-
YUV177.98160.18158.68-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.77%
GREEN value IS 145 (57.03% from 255) = 24.13%
BLUE value IS 235 (92.19% from 255) = 39.10%
R=36.77%
G=24.13%
B=39.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211452350.060.3800.08290.6769.2374.51
HexDD91EB62608123454b
Octal335221353646010443105113
Binary1101110110010001111010111101001100100010010001110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91EB; }

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

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

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

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

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

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

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

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