#DC90E1

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

Shades of Plum #DC90E1

Tints of Plum #DC90E1

Color information

#DC90E1 (or 0xDC90E1) is unknown color: approx Plum. HEX triplet: DC, 90 and E1. RGB value is (220,144,225). Sum of RGB (Red+Green+Blue) = 220+144+225=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 225 (88.28% from 255 or 38.20% from 589); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC90E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC90E1 is #236F1E. Grayscale: #AFAFAF. Windows color (decimal): -2322207 or 14782684. OLE color: 14782684.

HSL color Cylindrical-coordinate representation of color #DC90E1: hue angle of 296.3º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC90E1 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB220144225-
CMYK0.020.3600.12
HSL296.3º57.45%72.35%-
HSV(B)296.3º36%88.24%-
XYZ53.0840.676.27-
YUV175.96155.68159.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.35%
GREEN value IS 144 (56.64% from 255) = 24.45%
BLUE value IS 225 (88.28% from 255) = 38.20%
R=37.35%
G=24.45%
B=38.20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201442250.020.3600.12296.357.4572.35
HexDC90E12240C1283948
Octal33422034124401445071110
Binary11011100100100001110000110100100011001001010001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90E1; }

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

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

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

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

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

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

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

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