#DD90EB

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

Shades of Plum #DD90EB

Tints of Plum #DD90EB

Color information

#DD90EB (or 0xDD90EB) is unknown color: approx Plum. HEX triplet: DD, 90 and EB. RGB value is (221,144,235). Sum of RGB (Red+Green+Blue) = 221+144+235=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 235 (92.19% from 255 or 39.17% from 600); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD90EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90EB is #226F14. Grayscale: #B1B1B1. Windows color (decimal): -2256661 or 15438045. OLE color: 15438045.

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

Color convert

RGB221144235-
CMYK0.060.3900.08
HSL290.77º69.47%74.31%-
HSV(B)290.77º38.72%92.16%-
XYZ54.7941.3283.68-
YUV177.4160.51159.1-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 144 (56.64% from 255) = 24%
BLUE value IS 235 (92.19% from 255) = 39.17%
R=36.83%
G=24%
B=39.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2211442350.060.3900.08290.7769.4774.31
HexDD90EB62708123454a
Octal335220353647010443105112
Binary1101110110010000111010111101001110100010010001110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90EB; }

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

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

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

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

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

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

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

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