#DD91EC

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

Shades of Plum #DD91EC

Tints of Plum #DD91EC

Color information

#DD91EC (or 0xDD91EC) is unknown color: approx Plum. HEX triplet: DD, 91 and EC. RGB value is (221,145,236). Sum of RGB (Red+Green+Blue) = 221+145+236=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD91EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD91EC is #226E13. Grayscale: #B1B1B1. Windows color (decimal): -2256404 or 15503837. OLE color: 15503837.

HSL color Cylindrical-coordinate representation of color #DD91EC: hue angle of 290.11º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD91EC is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB221145236-
CMYK0.060.3900.07
HSL290.11º70.54%74.71%-
HSV(B)290.11º38.56%92.55%-
XYZ55.0841.6884.5-
YUV178.1160.68158.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.71%
GREEN value IS 145 (57.03% from 255) = 24.09%
BLUE value IS 236 (92.58% from 255) = 39.20%
R=36.71%
G=24.09%
B=39.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2211452360.060.3900.07290.1170.5474.71
HexDD91EC62707122474b
Octal33522135464707442107113
Binary110111011001000111101100110100111011110010001010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD91EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD91EC; }

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

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

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

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

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

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

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

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