#DD90E6

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

Shades of Plum #DD90E6

Tints of Plum #DD90E6

Color information

#DD90E6 (or 0xDD90E6) is unknown color: approx Plum. HEX triplet: DD, 90 and E6. RGB value is (221,144,230). Sum of RGB (Red+Green+Blue) = 221+144+230=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 230 (90.23% from 255 or 38.66% from 595); Max value from RGB is 230 - color contains mainly: blue. Hex color #DD90E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90E6 is #226F19. Grayscale: #B0B0B0. Windows color (decimal): -2256666 or 15110365. OLE color: 15110365.

HSL color Cylindrical-coordinate representation of color #DD90E6: hue angle of 293.72º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DD90E6 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221144230-
CMYK0.040.3700.10
HSL293.72º63.24%73.33%-
HSV(B)293.72º37.39%90.2%-
XYZ54.0741.0379.93-
YUV176.83158.01159.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 144 (56.64% from 255) = 24.20%
BLUE value IS 230 (90.23% from 255) = 38.66%
R=37.14%
G=24.20%
B=38.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2211442300.040.3700.10293.7263.2473.33
HexDD90E64250A1263f49
Octal33522034644501244677111
Binary110111011001000011100110100100101010101001001101111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90E6; }

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

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

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

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

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

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

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

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