#DC94DE

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

Shades of Plum #DC94DE

Tints of Plum #DC94DE

Color information

#DC94DE (or 0xDC94DE) is unknown color: approx Plum. HEX triplet: DC, 94 and DE. RGB value is (220,148,222). Sum of RGB (Red+Green+Blue) = 220+148+222=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 148 (58.20% from 255 or 25.08% from 590); Blue value is 222 (87.11% from 255 or 37.63% from 590); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC94DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94DE is #236B21. Grayscale: #B1B1B1. Windows color (decimal): -2321186 or 14587100. OLE color: 14587100.

HSL color Cylindrical-coordinate representation of color #DC94DE: hue angle of 298.38º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94DE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220148222-
CMYK0.010.3300.13
HSL298.38º52.86%72.55%-
HSV(B)298.38º33.33%87.06%-
XYZ53.2941.6774.34-
YUV177.96152.85157.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 148 (58.20% from 255) = 25.08%
BLUE value IS 222 (87.11% from 255) = 37.63%
R=37.29%
G=25.08%
B=37.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201482220.010.3300.13298.3852.8672.55
HexDC94DE1210D12a3549
Octal33422433614101545265111
Binary1101110010010100110111101100001011011001010101101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC94DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC94DE; }

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

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

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

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

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

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

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

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