#DC94E0

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

Shades of Plum #DC94E0

Tints of Plum #DC94E0

Color information

#DC94E0 (or 0xDC94E0) is unknown color: approx Plum. HEX triplet: DC, 94 and E0. RGB value is (220,148,224). Sum of RGB (Red+Green+Blue) = 220+148+224=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94E0 is #236B1F. Grayscale: #B1B1B1. Windows color (decimal): -2321184 or 14718172. OLE color: 14718172.

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

Color convert

RGB220148224-
CMYK0.020.3400.12
HSL296.84º55.07%72.94%-
HSV(B)296.84º33.93%87.84%-
XYZ53.5641.7875.76-
YUV178.19153.85157.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.16%
GREEN value IS 148 (58.20% from 255) = 25%
BLUE value IS 224 (87.89% from 255) = 37.84%
R=37.16%
G=25%
B=37.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2201482240.020.3400.12296.8455.0772.94
HexDC94E02220C1293749
Octal33422434024201445167111
Binary11011100100101001110000010100010011001001010011101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94E0; }

 p { color: rgb(220,148,224); }

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

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

 a { background-color: rgb(220,148,224); }

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

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

 span { border-color: rgb(220,148,224); }

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