#DC90E5

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

Shades of Plum #DC90E5

Tints of Plum #DC90E5

Color information

#DC90E5 (or 0xDC90E5) is unknown color: approx Plum. HEX triplet: DC, 90 and E5. RGB value is (220,144,229). Sum of RGB (Red+Green+Blue) = 220+144+229=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 229 (89.84% from 255 or 38.62% from 593); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90E5 is #236F1A. Grayscale: #B0B0B0. Windows color (decimal): -2322203 or 15044828. OLE color: 15044828.

HSL color Cylindrical-coordinate representation of color #DC90E5: hue angle of 293.65º degrees, saturation: 0.62, 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 #DC90E5 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB220144229-
CMYK0.040.3700.10
HSL293.65º62.04%73.14%-
HSV(B)293.65º37.12%89.8%-
XYZ53.6340.8279.18-
YUV176.41157.68159.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 144 (56.64% from 255) = 24.28%
BLUE value IS 229 (89.84% from 255) = 38.62%
R=37.10%
G=24.28%
B=38.62%

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
Decimal2201442290.040.3700.10293.6562.0473.14
HexDC90E54250A1263e49
Octal33422034544501244676111
Binary110111001001000011100101100100101010101001001101111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90E5; }

 p { color: rgb(220,144,229); }

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

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

 a { background-color: rgb(220,144,229); }

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

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

 span { border-color: rgb(220,144,229); }

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