#DC90ED

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

Shades of Plum #DC90ED

Tints of Plum #DC90ED

Color information

#DC90ED (or 0xDC90ED) is unknown color: approx Plum. HEX triplet: DC, 90 and ED. RGB value is (220,144,237). Sum of RGB (Red+Green+Blue) = 220+144+237=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 237 (92.97% from 255 or 39.43% from 601); Max value from RGB is 237 - color contains mainly: blue. Hex color #DC90ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC90ED is #236F12. Grayscale: #B1B1B1. Windows color (decimal): -2322195 or 15569116. OLE color: 15569116.

HSL color Cylindrical-coordinate representation of color #DC90ED: hue angle of 289.03º degrees, saturation: 0.72, 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 #DC90ED is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220144237-
CMYK0.070.3900.07
HSL289.03º72.09%74.71%-
HSV(B)289.03º39.24%92.94%-
XYZ54.7741.2885.2-
YUV177.33161.68158.44-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 144 (56.64% from 255) = 23.96%
BLUE value IS 237 (92.97% from 255) = 39.43%
R=36.61%
G=23.96%
B=39.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201442370.070.3900.07289.0372.0974.71
HexDC90ED72707121484b
Octal33422035574707441110113
Binary110111001001000011101101111100111011110010000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC90ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC90ED; }

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

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

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

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

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

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

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

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